Class TaxonomyCategoryBulkSelection

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

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

    • documentBulkSelection

      protected DocumentBulkSelection documentBulkSelection
    • taxonomyCategoryIdsToAdd

      protected Long[] taxonomyCategoryIdsToAdd
    • taxonomyCategoryIdsToRemove

      protected Long[] taxonomyCategoryIdsToRemove
    • xClassName

      public String xClassName
  • Constructor Details

    • TaxonomyCategoryBulkSelection

      public TaxonomyCategoryBulkSelection()
  • Method Details

    • toDTO

      public static TaxonomyCategoryBulkSelection toDTO(String json)
    • unsafeToDTO

      public static TaxonomyCategoryBulkSelection 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)
    • getTaxonomyCategoryIdsToAdd

      public Long[] getTaxonomyCategoryIdsToAdd()
    • setTaxonomyCategoryIdsToAdd

      public void setTaxonomyCategoryIdsToAdd(Long[] taxonomyCategoryIdsToAdd)
    • setTaxonomyCategoryIdsToAdd

      public void setTaxonomyCategoryIdsToAdd(com.liferay.petra.function.UnsafeSupplier<Long[],Exception> taxonomyCategoryIdsToAddUnsafeSupplier)
    • getTaxonomyCategoryIdsToRemove

      public Long[] getTaxonomyCategoryIdsToRemove()
    • setTaxonomyCategoryIdsToRemove

      public void setTaxonomyCategoryIdsToRemove(Long[] taxonomyCategoryIdsToRemove)
    • setTaxonomyCategoryIdsToRemove

      public void setTaxonomyCategoryIdsToRemove(com.liferay.petra.function.UnsafeSupplier<Long[],Exception> taxonomyCategoryIdsToRemoveUnsafeSupplier)
    • 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