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 DocumentBulkSelection
protected String[]
protected String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid DocumentBulkSelection
String[]
String[]
int
hashCode()
void
setDocumentBulkSelection
(DocumentBulkSelection documentBulkSelection) void
setDocumentBulkSelection
(com.liferay.petra.function.UnsafeSupplier<DocumentBulkSelection, Exception> documentBulkSelectionUnsafeSupplier) void
setKeywordsToAdd
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> keywordsToAddUnsafeSupplier) void
setKeywordsToAdd
(String[] keywordsToAdd) void
setKeywordsToRemove
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> keywordsToRemoveUnsafeSupplier) void
setKeywordsToRemove
(String[] keywordsToRemove) static KeywordBulkSelection
toString()
static KeywordBulkSelection
unsafeToDTO
(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
-