Class GetFolderInfoJson

  • All Implemented Interfaces:
    Serializable

    public class GetFolderInfoJson
    extends BaseJson
    Used when getting information about a folder. Either the "roomId" or the "roomGuid" must be specified to identify the workspace. The "path", "folderId", "folderGuid" must be specified to identify the folder.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetFolderInfoJson

        public GetFolderInfoJson()
    • Method Detail

      • getPath

        public String getPath()
        Workspace path name / folder ID
        Returns:
        Workspace path name / folder ID
      • setPath

        public void setPath​(String path)
        Workspace path name / folder ID
        Parameters:
        path - Workspace path name / folder ID
      • isIncludeExternalRepository

        public boolean isIncludeExternalRepository()
      • getIncludeExternalRepository

        @Deprecated
        public boolean getIncludeExternalRepository()
        Deprecated.
      • setIncludeExternalRepository

        public void setIncludeExternalRepository​(boolean includeExternalRepository)
      • getRoomGuid

        public String getRoomGuid()
        Workspace guid
        Returns:
        Workspace guid
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
        Workspace guid
        Parameters:
        roomGuid - Workspace guid
      • isIncludeSubFolders

        public boolean isIncludeSubFolders()
        include the subFolder list in the response
        Returns:
        include the subFolder list in the response
      • setIncludeSubFolders

        public void setIncludeSubFolders​(boolean includeSubFolders)
        include the subFolder list in the response
        Parameters:
        includeSubFolders - include the subFolder list in the response
      • getFolderGuid

        public String getFolderGuid()
      • setFolderGuid

        public void setFolderGuid​(String folderGuid)
      • isOnlyEntitiesWithAccess

        public boolean isOnlyEntitiesWithAccess()
      • getOnlyEntitiesWithAccess

        @Deprecated
        public boolean getOnlyEntitiesWithAccess()
        Deprecated.
      • setOnlyEntitiesWithAccess

        public void setOnlyEntitiesWithAccess​(boolean onlyEntitiesWithAccess)
      • getFolderId

        public Integer getFolderId()
      • setFolderId

        public void setFolderId​(Integer folderId)
      • getRoomId

        public Integer getRoomId()
        Workspace id
        Returns:
        Workspace id
      • setRoomId

        public void setRoomId​(Integer roomId)
        Workspace id
        Parameters:
        roomId - Workspace id