Class DocumentBulkSelection

java.lang.Object
com.liferay.bulk.rest.dto.v1_0.DocumentBulkSelection
All Implemented Interfaces:
Serializable

@Generated("") public class DocumentBulkSelection extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • documentIds

      protected String[] documentIds
    • selectionScope

      protected SelectionScope selectionScope
    • xClassName

      public String xClassName
  • Constructor Details

    • DocumentBulkSelection

      public DocumentBulkSelection()
  • Method Details

    • toDTO

      public static DocumentBulkSelection toDTO(String json)
    • unsafeToDTO

      public static DocumentBulkSelection unsafeToDTO(String json)
    • getDocumentIds

      public String[] getDocumentIds()
    • setDocumentIds

      public void setDocumentIds(String[] documentIds)
    • setDocumentIds

      public void setDocumentIds(com.liferay.petra.function.UnsafeSupplier<String[],Exception> documentIdsUnsafeSupplier)
    • getSelectionScope

      @Valid public @Valid SelectionScope getSelectionScope()
    • setSelectionScope

      public void setSelectionScope(SelectionScope selectionScope)
    • setSelectionScope

      public void setSelectionScope(com.liferay.petra.function.UnsafeSupplier<SelectionScope,Exception> selectionScopeUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object