Class EditFolderSettingsJson

    • Constructor Detail

      • EditFolderSettingsJson

        public EditFolderSettingsJson()
    • Method Detail

      • 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