@Generated(value="")
public class DocumentBulkSelection
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[] |
documentIds |
protected SelectionScope |
selectionScope |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
DocumentBulkSelection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String[] |
getDocumentIds() |
@Valid SelectionScope |
getSelectionScope() |
int |
hashCode() |
void |
setDocumentIds(java.lang.String[] documentIds) |
void |
setDocumentIds(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> documentIdsUnsafeSupplier) |
void |
setSelectionScope(SelectionScope selectionScope) |
void |
setSelectionScope(com.liferay.petra.function.UnsafeSupplier<SelectionScope,java.lang.Exception> selectionScopeUnsafeSupplier) |
static DocumentBulkSelection |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static DocumentBulkSelection |
unsafeToDTO(java.lang.String json) |
protected java.lang.String[] documentIds
protected SelectionScope selectionScope
public java.lang.String xClassName
public static DocumentBulkSelection toDTO(java.lang.String json)
public static DocumentBulkSelection unsafeToDTO(java.lang.String json)
public java.lang.String[] getDocumentIds()
public void setDocumentIds(java.lang.String[] documentIds)
public void setDocumentIds(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> documentIdsUnsafeSupplier)
@Valid public @Valid SelectionScope getSelectionScope()
public void setSelectionScope(SelectionScope selectionScope)
public void setSelectionScope(com.liferay.petra.function.UnsafeSupplier<SelectionScope,java.lang.Exception> selectionScopeUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object