Package com.liferay.bulk.rest.dto.v1_0
Class KeywordBulkSelection
java.lang.Object
com.liferay.bulk.rest.dto.v1_0.KeywordBulkSelection
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentBulkSelectionprotected String[]protected String[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid DocumentBulkSelectionString[]String[]inthashCode()voidsetDocumentBulkSelection(DocumentBulkSelection documentBulkSelection) voidsetDocumentBulkSelection(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection, Exception> documentBulkSelectionUnsafeSupplier) voidsetKeywordsToAdd(com.liferay.petra.function.UnsafeSupplier<String[], Exception> keywordsToAddUnsafeSupplier) voidsetKeywordsToAdd(String[] keywordsToAdd) voidsetKeywordsToRemove(com.liferay.petra.function.UnsafeSupplier<String[], Exception> keywordsToRemoveUnsafeSupplier) voidsetKeywordsToRemove(String[] keywordsToRemove) static KeywordBulkSelectiontoString()static KeywordBulkSelectionunsafeToDTO(String json)
-
Field Details
-
documentBulkSelection
-
keywordsToAdd
-
keywordsToRemove
-
xClassName
-
-
Constructor Details
-
KeywordBulkSelection
public KeywordBulkSelection()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDocumentBulkSelection
-
setDocumentBulkSelection
-
setDocumentBulkSelection
public void setDocumentBulkSelection(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection, Exception> documentBulkSelectionUnsafeSupplier) -
getKeywordsToAdd
-
setKeywordsToAdd
-
setKeywordsToAdd
-
getKeywordsToRemove
-
setKeywordsToRemove
-
setKeywordsToRemove
-
equals
-
hashCode
public int hashCode() -
toString
-