Class DocumentsSelectionVdrJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentsSelectionVdrJson
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteDocumentsSelectionVdrJson, DownloadDocumentsSelectionVdrJson, MarkDocumentsSelectionVdrJson

public class DocumentsSelectionVdrJson
extends BaseJson
Specifies various criteria for selecting 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.
    • getFolderGuids

      public Set<String> getFolderGuids()
    • setFolderGuids

      public void setFolderGuids​(Set<String> folderGuids)
    • getFolderIds

      public Set<Integer> getFolderIds()
    • setFolderIds

      public void setFolderIds​(Set<Integer> folderIds)
    • getFolderPaths

      public Set<String> getFolderPaths()
      A Set of folder paths or ids
      Returns:
      A Set of folder paths or ids
    • setFolderPaths

      public void setFolderPaths​(Set<String> folderPaths)
      A Set of folder paths or ids
      Parameters:
      folderPaths - A Set of folder paths or ids
    • getForceAction

      public Boolean getForceAction()
      Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
      Returns:
      Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
    • setForceAction

      public void setForceAction​(Boolean forceAction)
      Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.
      Parameters:
      forceAction - Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter.