Class OpenForAllRoomEditJson

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

public class OpenForAllRoomEditJson
extends BaseJson
Used for setting a workspace to be open to all entities
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDocumentGuids

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

      public void setDocumentGuids​(Set<String> documentGuids)
      List of file guids
      Parameters:
      documentGuids - List of file guids
    • getFolderGuids

      public Set<String> getFolderGuids()
      List of folder guids for files
      Returns:
      List of folder guids for files
    • setFolderGuids

      public void setFolderGuids​(Set<String> folderGuids)
      List of folder guids for files
      Parameters:
      folderGuids - List of folder guids for files
    • isOpenForAllRoom

      public boolean isOpenForAllRoom()
      This flag indicates this file should be open to all present and future workspace entities.
      Returns:
      This flag indicates this file should be open to all present and future workspace entities.
    • setOpenForAllRoom

      public void setOpenForAllRoom​(boolean openForAllRoom)
      This flag indicates this file should be open to all present and future workspace entities.
      Parameters:
      openForAllRoom - This flag indicates this file should be open to all present and future workspace entities.
    • getFolderIds

      public Set<Integer> getFolderIds()
      List of folder ids for files
      Returns:
      List of folder ids for files
    • setFolderIds

      public void setFolderIds​(Set<Integer> folderIds)
      List of folder ids for files
      Parameters:
      folderIds - List of folder ids for files
    • getFolderPaths

      public Set<String> getFolderPaths()
      List of folder paths for files
      Returns:
      List of folder paths for files
    • setFolderPaths

      public void setFolderPaths​(Set<String> folderPaths)
      List of folder paths for files
      Parameters:
      folderPaths - List of folder paths for files