Class EditCollaborationJson

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

public class EditCollaborationJson
extends BaseJson
Edit collaboration settings.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDocumentGuids

      public Set<String> getDocumentGuids()
      List of file guids. Either pass this or documentFilter
      Returns:
      List of file guids. Either pass this or documentFilter
    • setDocumentGuids

      public void setDocumentGuids​(Set<String> documentGuids)
      List of file guids. Either pass this or documentFilter
      Parameters:
      documentGuids - List of file guids. Either pass this or documentFilter
    • getDocumentFilter

      public ApiDocumentFilter getDocumentFilter()
      File filter. Either pass this or documentGuids
      Returns:
      File filter. Either pass this or documentGuids
    • setDocumentFilter

      public void setDocumentFilter​(ApiDocumentFilter documentFilter)
      File filter. Either pass this or documentGuids
      Parameters:
      documentFilter - File filter. Either pass this or documentGuids
    • isIsCollaboration

      public boolean isIsCollaboration()
      Indicates whether the files are sent for collaboration.
      Returns:
      Indicates whether the files are sent for collaboration.
    • getIsCollaboration

      @Deprecated public boolean getIsCollaboration()
      Deprecated.
      Indicates whether the files are sent for collaboration.
      Returns:
      Indicates whether the files are sent for collaboration.
    • setIsCollaboration

      public void setIsCollaboration​(boolean isCollaboration)
      Indicates whether the files are sent for collaboration.
      Parameters:
      isCollaboration - Indicates whether the files are sent for collaboration.