Package com.liferay.bulk.rest.dto.v1_0
Class DocumentBulkSelection
java.lang.Object
com.liferay.bulk.rest.dto.v1_0.DocumentBulkSelection
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
@Valid SelectionScope
int
hashCode()
void
setDocumentIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> documentIdsUnsafeSupplier) void
setDocumentIds
(String[] documentIds) void
setSelectionScope
(SelectionScope selectionScope) void
setSelectionScope
(com.liferay.petra.function.UnsafeSupplier<SelectionScope, Exception> selectionScopeUnsafeSupplier) static DocumentBulkSelection
toString()
static DocumentBulkSelection
unsafeToDTO
(String json)
-
Field Details
-
documentIds
-
selectionScope
-
xClassName
-
-
Constructor Details
-
DocumentBulkSelection
public DocumentBulkSelection()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDocumentIds
-
setDocumentIds
-
setDocumentIds
-
getSelectionScope
-
setSelectionScope
-
setSelectionScope
public void setSelectionScope(com.liferay.petra.function.UnsafeSupplier<SelectionScope, Exception> selectionScopeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-