Class EditFoldersAndDocumentsSettingsBulkJson

  • All Implemented Interfaces:
    Serializable

    public class EditFoldersAndDocumentsSettingsBulkJson
    extends BaseJson
    Used when editing folder permissions in bulk
    See Also:
    Serialized Form
    • Constructor Detail

      • EditFoldersAndDocumentsSettingsBulkJson

        public EditFoldersAndDocumentsSettingsBulkJson()
    • Method Detail

      • getDocumentGuids

        public Set<String> getDocumentGuids()
        Guids of the files
        Returns:
        Guids of the files
      • setDocumentGuids

        public void setDocumentGuids​(Set<String> documentGuids)
        Guids of the files
        Parameters:
        documentGuids - Guids of the files
      • getRoomGuid

        public String getRoomGuid()
        Guid of the workspace where the folder is located
        Returns:
        Guid of the workspace where the folder is located
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
        Guid of the workspace where the folder is located
        Parameters:
        roomGuid - Guid of the workspace where the folder is located
      • getFolderGuids

        public Set<String> getFolderGuids()
        Guids of the folders
        Returns:
        Guids of the folders
      • setFolderGuids

        public void setFolderGuids​(Set<String> folderGuids)
        Guids of the folders
        Parameters:
        folderGuids - Guids of the folders
      • getFolderIds

        public Set<Integer> getFolderIds()
        Ids of the folders
        Returns:
        Ids of the folders
      • setFolderIds

        public void setFolderIds​(Set<Integer> folderIds)
        Ids of the folders
        Parameters:
        folderIds - Ids of the folders
      • getMakeDescendantsInherit

        public Boolean getMakeDescendantsInherit()
      • setMakeDescendantsInherit

        public void setMakeDescendantsInherit​(Boolean makeDescendantsInherit)
      • getFolderPaths

        public Set<String> getFolderPaths()
        Paths of the folders
        Returns:
        Paths of the folders
      • setFolderPaths

        public void setFolderPaths​(Set<String> folderPaths)
        Paths of the folders
        Parameters:
        folderPaths - Paths of the folders
      • getRoomId

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

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