Class EditFolderSettingsJson

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

public class EditFolderSettingsJson
extends BaseJson
Used when editing folder permissions
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getRoomGuid

      public String getRoomGuid()
    • setRoomGuid

      public void setRoomGuid​(String roomGuid)
    • isInheritFromParent

      public boolean isInheritFromParent()
      Make this folder inherit permissions from its parent
      Returns:
      Make this folder inherit permissions from its parent
    • setInheritFromParent

      public void setInheritFromParent​(boolean inheritFromParent)
      Make this folder inherit permissions from its parent
      Parameters:
      inheritFromParent - Make this folder inherit permissions from its parent
    • getFolderPathOrId

      public PathOrFolderIdJson getFolderPathOrId()
      Path or id for the folder to be changed
      Returns:
      Path or id for the folder to be changed
    • setFolderPathOrId

      public void setFolderPathOrId​(PathOrFolderIdJson folderPathOrId)
      Path or id for the folder to be changed
      Parameters:
      folderPathOrId - Path or id for the folder to be changed
    • isMakeDescendantsInherit

      public boolean isMakeDescendantsInherit()
      Make all descendants inherit permissions from this folder
      Returns:
      Make all descendants inherit permissions from this folder
    • setMakeDescendantsInherit

      public void setMakeDescendantsInherit​(boolean makeDescendantsInherit)
      Make all descendants inherit permissions from this folder
      Parameters:
      makeDescendantsInherit - Make all descendants inherit permissions from this folder
    • getRoomId

      public Integer getRoomId()
      Id of the workspace where the folder is
      Returns:
      Id of the workspace where the folder is
    • setRoomId

      public void setRoomId​(Integer roomId)
      Id of the workspace where the folder is
      Parameters:
      roomId - Id of the workspace where the folder is