Class MarkDocumentsSelectionJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.MarkDocumentsSelectionJson
All Implemented Interfaces:
Serializable

public class MarkDocumentsSelectionJson
extends BaseJson
Mark a set of files
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDocumentGuids

      public Set<String> getDocumentGuids()
      A Set of file guids.
      Returns:
      A Set of file guids.
    • setDocumentGuids

      public void setDocumentGuids​(Set<String> documentGuids)
      A Set of file guids.
      Parameters:
      documentGuids - A Set of file guids.
    • getOperation

      public String getOperation()
      Mark operation : READ or STARRED
      Returns:
      Mark operation : READ or STARRED
    • setOperation

      public void setOperation​(String operation)
      Mark operation : READ or STARRED
      Parameters:
      operation - Mark operation : READ or STARRED
    • isValue

      public boolean isValue()
      Boolean value to mark
      Returns:
      Boolean value to mark
    • getValue

      @Deprecated public boolean getValue()
      Deprecated.
      Boolean value to mark
      Returns:
      Boolean value to mark
    • setValue

      public void setValue​(boolean value)
      Boolean value to mark
      Parameters:
      value - Boolean value to mark