Class ListRoomsByTypeResultJson

    • Constructor Detail

      • ListRoomsByTypeResultJson

        public ListRoomsByTypeResultJson()
    • Method Detail

      • getUpdateDate

        public Date getUpdateDate()
        update date (last modified date)
        Returns:
        update date (last modified date)
      • setUpdateDate

        public void setUpdateDate​(Date updateDate)
        update date (last modified date)
        Parameters:
        updateDate - update date (last modified date)
      • getLogAccessActionsToFiles

        public Boolean getLogAccessActionsToFiles()
      • setLogAccessActionsToFiles

        public void setLogAccessActionsToFiles​(Boolean logAccessActionsToFiles)
      • getContainsFolders

        public Boolean getContainsFolders()
      • setContainsFolders

        public void setContainsFolders​(Boolean containsFolders)
      • getTotalFoldersCount

        public Integer getTotalFoldersCount()
        Total folders count
        Returns:
        Total folders count
      • setTotalFoldersCount

        public void setTotalFoldersCount​(Integer totalFoldersCount)
        Total folders count
        Parameters:
        totalFoldersCount - Total folders count
      • getDescription

        public String getDescription()
        Workspace description.
        Returns:
        Workspace description.
      • setDescription

        public void setDescription​(String description)
        Workspace description.
        Parameters:
        description - Workspace description.
      • setExternalRepositoryCloudStatus

        public void setExternalRepositoryCloudStatus​(ExternalRepositoryCloudStatus externalRepositoryCloudStatus)
      • getSharepoint

        public SharepointRoomJson getSharepoint()
        Sharepoint workspace
        Returns:
        Sharepoint workspace
      • setSharepoint

        public void setSharepoint​(SharepointRoomJson sharepoint)
        Sharepoint workspace
        Parameters:
        sharepoint - Sharepoint workspace
      • isExplicitRoom

        public boolean isExplicitRoom()
        Same as explicit as explicit is a keyword in some programming languages
        Returns:
        Same as explicit as explicit is a keyword in some programming languages
      • setExplicitRoom

        public void setExplicitRoom​(boolean explicitRoom)
        Same as explicit as explicit is a keyword in some programming languages
        Parameters:
        explicitRoom - Same as explicit as explicit is a keyword in some programming languages
      • setExternalSiteDataJson

        public void setExternalSiteDataJson​(ExternalSiteDataJson externalSiteDataJson)
      • getUuid

        public String getUuid()
      • setUuid

        public void setUuid​(String uuid)
      • getTotalFilesSize

        public Long getTotalFilesSize()
        Total files size
        Returns:
        Total files size
      • setTotalFilesSize

        public void setTotalFilesSize​(Long totalFilesSize)
        Total files size
        Parameters:
        totalFilesSize - Total files size
      • getActualAdmins

        public Set<String> getActualAdmins()
      • setActualAdmins

        public void setActualAdmins​(Set<String> actualAdmins)
      • getOrigianlForcePinState

        public Boolean getOrigianlForcePinState()
      • setOrigianlForcePinState

        public void setOrigianlForcePinState​(Boolean origianlForcePinState)
      • getStarred

        public Boolean getStarred()
        Will be true if the workspace was marked as starred (favorite).
        Returns:
        Will be true if the workspace was marked as starred (favorite).
      • setStarred

        public void setStarred​(Boolean starred)
        Will be true if the workspace was marked as starred (favorite).
        Parameters:
        starred - Will be true if the workspace was marked as starred (favorite).
      • getId

        public String getId()
        Workspace's Id
        Returns:
        Workspace's Id
      • setId

        public void setId​(String id)
        Workspace's Id
        Parameters:
        id - Workspace's Id
      • getLastFileModifiedDate

        public Date getLastFileModifiedDate()
        Last file modified date
        Returns:
        Last file modified date
      • setLastFileModifiedDate

        public void setLastFileModifiedDate​(Date lastFileModifiedDate)
        Last file modified date
        Parameters:
        lastFileModifiedDate - Last file modified date
      • getForcePin

        public Boolean getForcePin()
      • setForcePin

        public void setForcePin​(Boolean forcePin)
      • getRoomCapabilities

        public Set<WorkspaceCapabilityType> getRoomCapabilities()
        List of workspace capabilities
        Returns:
        List of workspace capabilities
      • setRoomCapabilities

        public void setRoomCapabilities​(Set<WorkspaceCapabilityType> roomCapabilities)
        List of workspace capabilities
        Parameters:
        roomCapabilities - List of workspace capabilities
      • getDeletingUserAddress

        public String getDeletingUserAddress()
        Deleting user address
        Returns:
        Deleting user address
      • setDeletingUserAddress

        public void setDeletingUserAddress​(String deletingUserAddress)
        Deleting user address
        Parameters:
        deletingUserAddress - Deleting user address
      • getDeletedItemsCount

        public Integer getDeletedItemsCount()
        Deleted items count
        Returns:
        Deleted items count
      • setDeletedItemsCount

        public void setDeletedItemsCount​(Integer deletedItemsCount)
        Deleted items count
        Parameters:
        deletedItemsCount - Deleted items count
      • getDeleteDate

        public Date getDeleteDate()
        Delete date
        Returns:
        Delete date
      • setDeleteDate

        public void setDeleteDate​(Date deleteDate)
        Delete date
        Parameters:
        deleteDate - Delete date
      • getTotalFilesCount

        public Integer getTotalFilesCount()
        Total files count
        Returns:
        Total files count
      • setTotalFilesCount

        public void setTotalFilesCount​(Integer totalFilesCount)
        Total files count
        Parameters:
        totalFilesCount - Total files count
      • getHyperlink

        public String getHyperlink()
        Direct link to the workspace in watchdox's website.
        Returns:
        Direct link to the workspace in watchdox's website.
      • setHyperlink

        public void setHyperlink​(String hyperlink)
        Direct link to the workspace in watchdox's website.
        Parameters:
        hyperlink - Direct link to the workspace in watchdox's website.
      • setCreator

        public void setCreator​(PersonalRoomJson creator)
        Creator
        Parameters:
        creator - Creator
      • getAccessLevel

        public RoomAccessLevel getAccessLevel()
        The user's role in the workspace.
        Returns:
        The user's role in the workspace.
      • setAccessLevel

        public void setAccessLevel​(RoomAccessLevel accessLevel)
        The user's role in the workspace.
        Parameters:
        accessLevel - The user's role in the workspace.
      • getCreationDate

        public Date getCreationDate()
        Creation date
        Returns:
        Creation date
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Creation date
        Parameters:
        creationDate - Creation date
      • getEnabledWorkspaceNotifications

        public Boolean getEnabledWorkspaceNotifications()
      • setEnabledWorkspaceNotifications

        public void setEnabledWorkspaceNotifications​(Boolean enabledWorkspaceNotifications)
      • isPersonalWorkspaceFlag

        public boolean isPersonalWorkspaceFlag()
      • setPersonalWorkspaceFlag

        public void setPersonalWorkspaceFlag​(boolean personalWorkspaceFlag)
      • isExplicit

        public boolean isExplicit()
        Is the user member of this workspace explicitly. If the user is permitted through domain and not workspace groups, this flag will be set to false if the user never visited this workspace before.
        Returns:
        Is the user member of this workspace explicitly. If the user is permitted through domain and not workspace groups, this flag will be set to false if the user never visited this workspace before.
      • setExplicit

        public void setExplicit​(boolean explicit)
        Is the user member of this workspace explicitly. If the user is permitted through domain and not workspace groups, this flag will be set to false if the user never visited this workspace before.
        Parameters:
        explicit - Is the user member of this workspace explicitly. If the user is permitted through domain and not workspace groups, this flag will be set to false if the user never visited this workspace before.
      • getWorkspaceType

        public String getWorkspaceType()
      • setWorkspaceType

        public void setWorkspaceType​(String workspaceType)
      • getStarredDate

        public Date getStarredDate()
      • setStarredDate

        public void setStarredDate​(Date starredDate)
      • getProtectorEnabled

        public Boolean getProtectorEnabled()
      • setProtectorEnabled

        public void setProtectorEnabled​(Boolean protectorEnabled)
      • getName

        public String getName()
        Workspace name.
        Returns:
        Workspace name.
      • setName

        public void setName​(String name)
        Workspace name.
        Parameters:
        name - Workspace name.
      • getRootFolderUuid

        public String getRootFolderUuid()
      • setRootFolderUuid

        public void setRootFolderUuid​(String rootFolderUuid)