Class KeywordBulkSelection

java.lang.Object
com.liferay.bulk.rest.dto.v1_0.KeywordBulkSelection
All Implemented Interfaces:
Serializable

@Generated("") public class KeywordBulkSelection extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • documentBulkSelection

      protected DocumentBulkSelection documentBulkSelection
    • keywordsToAdd

      protected String[] keywordsToAdd
    • keywordsToRemove

      protected String[] keywordsToRemove
    • xClassName

      public String xClassName
  • Constructor Details

    • KeywordBulkSelection

      public KeywordBulkSelection()
  • Method Details

    • toDTO

      public static KeywordBulkSelection toDTO(String json)
    • unsafeToDTO

      public static KeywordBulkSelection unsafeToDTO(String json)
    • getDocumentBulkSelection

      @Valid public @Valid DocumentBulkSelection getDocumentBulkSelection()
    • setDocumentBulkSelection

      public void setDocumentBulkSelection(DocumentBulkSelection documentBulkSelection)
    • setDocumentBulkSelection

      public void setDocumentBulkSelection(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection,Exception> documentBulkSelectionUnsafeSupplier)
    • getKeywordsToAdd

      public String[] getKeywordsToAdd()
    • setKeywordsToAdd

      public void setKeywordsToAdd(String[] keywordsToAdd)
    • setKeywordsToAdd

      public void setKeywordsToAdd(com.liferay.petra.function.UnsafeSupplier<String[],Exception> keywordsToAddUnsafeSupplier)
    • getKeywordsToRemove

      public String[] getKeywordsToRemove()
    • setKeywordsToRemove

      public void setKeywordsToRemove(String[] keywordsToRemove)
    • setKeywordsToRemove

      public void setKeywordsToRemove(com.liferay.petra.function.UnsafeSupplier<String[],Exception> keywordsToRemoveUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object