Package com.liferay.bulk.rest.dto.v1_0
Class TaxonomyCategoryBulkSelection
java.lang.Object
com.liferay.bulk.rest.dto.v1_0.TaxonomyCategoryBulkSelection
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentBulkSelection
protected Long[]
protected Long[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid DocumentBulkSelection
Long[]
Long[]
int
hashCode()
void
setDocumentBulkSelection
(DocumentBulkSelection documentBulkSelection) void
setDocumentBulkSelection
(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection, Exception> documentBulkSelectionUnsafeSupplier) void
setTaxonomyCategoryIdsToAdd
(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> taxonomyCategoryIdsToAddUnsafeSupplier) void
setTaxonomyCategoryIdsToAdd
(Long[] taxonomyCategoryIdsToAdd) void
setTaxonomyCategoryIdsToRemove
(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> taxonomyCategoryIdsToRemoveUnsafeSupplier) void
setTaxonomyCategoryIdsToRemove
(Long[] taxonomyCategoryIdsToRemove) toString()
unsafeToDTO
(String json)
-
Field Details
-
documentBulkSelection
-
taxonomyCategoryIdsToAdd
-
taxonomyCategoryIdsToRemove
-
xClassName
-
-
Constructor Details
-
TaxonomyCategoryBulkSelection
public TaxonomyCategoryBulkSelection()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDocumentBulkSelection
-
setDocumentBulkSelection
-
setDocumentBulkSelection
public void setDocumentBulkSelection(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection, Exception> documentBulkSelectionUnsafeSupplier) -
getTaxonomyCategoryIdsToAdd
-
setTaxonomyCategoryIdsToAdd
-
setTaxonomyCategoryIdsToAdd
-
getTaxonomyCategoryIdsToRemove
-
setTaxonomyCategoryIdsToRemove
-
setTaxonomyCategoryIdsToRemove
-
equals
-
hashCode
public int hashCode() -
toString
-