@Generated(value="")
public class DocumentBulkSelection
extends java.lang.Object
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) |
java.lang.String |
toString() |
protected java.lang.String[] documentIds
protected SelectionScope selectionScope
public java.lang.String xClassName
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object