public class WorkspaceInfoJson extends BaseJson
Constructor and Description |
---|
WorkspaceInfoJson() |
Modifier and Type | Method and Description |
---|---|
RoomAccessLevel |
getAccessLevel()
The user's role in the workspace.
|
Set<String> |
getActualAdmins() |
Date |
getCreationDate()
Creation date
|
PersonalRoomJson |
getCreator()
Creator
|
ApiDocumentOrderVDR |
getDefaultWorkspaceOrder()
Default workspace order
|
Date |
getDeleteDate()
Delete date
|
Integer |
getDeletedItemsCount()
Deleted items count
|
String |
getDeletingUserAddress()
Deleting user address
|
String |
getDescription()
Workspace description.
|
Boolean |
getEnabledWorkspaceNotifications() |
ExternalRepositoryIdResultJson |
getExternalIdentifier() |
ExternalRepositoryCloudStatus |
getExternalRepositoryCloudStatus() |
RoomExternalRepositoryDataJson |
getExternalRepositoryData() |
ExternalSiteDataJson |
getExternalSiteDataJson() |
Boolean |
getForcePin() |
String |
getHyperlink()
Direct link to the workspace in watchdox's website.
|
String |
getId()
Workspace's Id
|
Date |
getLastFileModifiedDate()
Last file modified date
|
Boolean |
getLogAccessActionsToFiles() |
String |
getName()
Workspace name.
|
OrganizationPolicyJson |
getOrganizationPolicyJson()
Organization policy
|
Boolean |
getOrigianlForcePinState() |
String |
getProduct()
Obsolete
|
Boolean |
getProtectorEnabled() |
Boolean |
getReadConfirmationRequired()
is read confirmation required for files in this room ( according to
root folder )
|
Set<WorkspaceCapabilityType> |
getRoomCapabilities()
List of workspace capabilities
|
String |
getRootFolderUuid() |
Boolean |
getShared()
True if shared, False if not
|
SharepointRoomJson |
getSharepoint()
Sharepoint workspace
|
float |
getSize() |
Boolean |
getStarred() |
Date |
getStarredDate() |
OrganizationSyncPolicyJson |
getSyncPolicy()
Sync policy
|
Integer |
getTotalFilesCount()
Total files count
|
Long |
getTotalFilesSize()
Total files size
|
Integer |
getTotalFoldersCount()
Total folders count
|
Date |
getUpdateDate()
update date
|
String |
getUuid() |
OrganizationWorkspacesPolicyJson |
getWorkspacesPolicy() |
String |
getWorkspaceType() |
boolean |
isExplicit()
Is the user member of this workspace explicitly.
|
boolean |
isExplicitRoom()
Same as explicit as explicit is a keyword in some programming languages
|
boolean |
isPersonalRestrictedWorkspaceFlag()
Personal restricted workspace flag
|
boolean |
isPersonalWorkspaceFlag() |
void |
setAccessLevel(RoomAccessLevel accessLevel)
The user's role in the workspace.
|
void |
setActualAdmins(Set<String> actualAdmins) |
void |
setCreationDate(Date creationDate)
Creation date
|
void |
setCreator(PersonalRoomJson creator)
Creator
|
void |
setDefaultWorkspaceOrder(ApiDocumentOrderVDR defaultWorkspaceOrder)
Default workspace order
|
void |
setDeleteDate(Date deleteDate)
Delete date
|
void |
setDeletedItemsCount(Integer deletedItemsCount)
Deleted items count
|
void |
setDeletingUserAddress(String deletingUserAddress)
Deleting user address
|
void |
setDescription(String description)
Workspace description.
|
void |
setEnabledWorkspaceNotifications(Boolean enabledWorkspaceNotifications) |
void |
setExplicit(boolean explicit)
Is the user member of this workspace explicitly.
|
void |
setExplicitRoom(boolean explicitRoom)
Same as explicit as explicit is a keyword in some programming languages
|
void |
setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier) |
void |
setExternalRepositoryCloudStatus(ExternalRepositoryCloudStatus externalRepositoryCloudStatus) |
void |
setExternalRepositoryData(RoomExternalRepositoryDataJson externalRepositoryData) |
void |
setExternalSiteDataJson(ExternalSiteDataJson externalSiteDataJson) |
void |
setForcePin(Boolean forcePin) |
void |
setHyperlink(String hyperlink)
Direct link to the workspace in watchdox's website.
|
void |
setId(String id)
Workspace's Id
|
void |
setLastFileModifiedDate(Date lastFileModifiedDate)
Last file modified date
|
void |
setLogAccessActionsToFiles(Boolean logAccessActionsToFiles) |
void |
setName(String name)
Workspace name.
|
void |
setOrganizationPolicyJson(OrganizationPolicyJson organizationPolicyJson)
Organization policy
|
void |
setOrigianlForcePinState(Boolean origianlForcePinState) |
void |
setPersonalRestrictedWorkspaceFlag(boolean personalRestrictedWorkspaceFlag)
Personal restricted workspace flag
|
void |
setPersonalWorkspaceFlag(boolean personalWorkspaceFlag) |
void |
setProduct(String product)
Obsolete
|
void |
setProtectorEnabled(Boolean protectorEnabled) |
void |
setReadConfirmationRequired(Boolean readConfirmationRequired)
is read confirmation required for files in this room ( according to
root folder )
|
void |
setRoomCapabilities(Set<WorkspaceCapabilityType> roomCapabilities)
List of workspace capabilities
|
void |
setRootFolderUuid(String rootFolderUuid) |
void |
setShared(Boolean shared)
True if shared, False if not
|
void |
setSharepoint(SharepointRoomJson sharepoint)
Sharepoint workspace
|
void |
setSize(float size) |
void |
setStarred(Boolean starred) |
void |
setStarredDate(Date starredDate) |
void |
setSyncPolicy(OrganizationSyncPolicyJson syncPolicy)
Sync policy
|
void |
setTotalFilesCount(Integer totalFilesCount)
Total files count
|
void |
setTotalFilesSize(Long totalFilesSize)
Total files size
|
void |
setTotalFoldersCount(Integer totalFoldersCount)
Total folders count
|
void |
setUpdateDate(Date updateDate)
update date
|
void |
setUuid(String uuid) |
void |
setWorkspacesPolicy(OrganizationWorkspacesPolicyJson workspacesPolicy) |
void |
setWorkspaceType(String workspaceType) |
getObjType, setObjType, toString
public Boolean getShared()
public void setShared(Boolean shared)
shared
- True if shared, False if notpublic Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- update datepublic Boolean getLogAccessActionsToFiles()
public void setLogAccessActionsToFiles(Boolean logAccessActionsToFiles)
public Integer getTotalFoldersCount()
public void setTotalFoldersCount(Integer totalFoldersCount)
totalFoldersCount
- Total folders countpublic String getDescription()
public void setDescription(String description)
description
- Workspace description.public ExternalRepositoryCloudStatus getExternalRepositoryCloudStatus()
public void setExternalRepositoryCloudStatus(ExternalRepositoryCloudStatus externalRepositoryCloudStatus)
public SharepointRoomJson getSharepoint()
public void setSharepoint(SharepointRoomJson sharepoint)
sharepoint
- Sharepoint workspacepublic boolean isExplicitRoom()
public void setExplicitRoom(boolean explicitRoom)
explicitRoom
- Same as explicit as explicit is a keyword in some
programming languagespublic ExternalSiteDataJson getExternalSiteDataJson()
public void setExternalSiteDataJson(ExternalSiteDataJson externalSiteDataJson)
public String getUuid()
public void setUuid(String uuid)
public Long getTotalFilesSize()
public void setTotalFilesSize(Long totalFilesSize)
totalFilesSize
- Total files sizepublic Boolean getOrigianlForcePinState()
public void setOrigianlForcePinState(Boolean origianlForcePinState)
public Boolean getStarred()
public void setStarred(Boolean starred)
public OrganizationPolicyJson getOrganizationPolicyJson()
public void setOrganizationPolicyJson(OrganizationPolicyJson organizationPolicyJson)
organizationPolicyJson
- Organization policypublic RoomExternalRepositoryDataJson getExternalRepositoryData()
public void setExternalRepositoryData(RoomExternalRepositoryDataJson externalRepositoryData)
public ExternalRepositoryIdResultJson getExternalIdentifier()
public void setExternalIdentifier(ExternalRepositoryIdResultJson externalIdentifier)
public String getId()
public void setId(String id)
id
- Workspace's Idpublic Date getLastFileModifiedDate()
public void setLastFileModifiedDate(Date lastFileModifiedDate)
lastFileModifiedDate
- Last file modified datepublic Boolean getForcePin()
public void setForcePin(Boolean forcePin)
public Set<WorkspaceCapabilityType> getRoomCapabilities()
public void setRoomCapabilities(Set<WorkspaceCapabilityType> roomCapabilities)
roomCapabilities
- List of workspace capabilitiespublic String getDeletingUserAddress()
public void setDeletingUserAddress(String deletingUserAddress)
deletingUserAddress
- Deleting user addresspublic Integer getDeletedItemsCount()
public void setDeletedItemsCount(Integer deletedItemsCount)
deletedItemsCount
- Deleted items countpublic OrganizationSyncPolicyJson getSyncPolicy()
public void setSyncPolicy(OrganizationSyncPolicyJson syncPolicy)
syncPolicy
- Sync policypublic Date getDeleteDate()
public void setDeleteDate(Date deleteDate)
deleteDate
- Delete datepublic Integer getTotalFilesCount()
public void setTotalFilesCount(Integer totalFilesCount)
totalFilesCount
- Total files countpublic String getHyperlink()
public void setHyperlink(String hyperlink)
hyperlink
- Direct link to the workspace in watchdox's website.public PersonalRoomJson getCreator()
public void setCreator(PersonalRoomJson creator)
creator
- Creatorpublic String getProduct()
public void setProduct(String product)
product
- Obsoletepublic RoomAccessLevel getAccessLevel()
public void setAccessLevel(RoomAccessLevel accessLevel)
accessLevel
- The user's role in the workspace.public OrganizationWorkspacesPolicyJson getWorkspacesPolicy()
public void setWorkspacesPolicy(OrganizationWorkspacesPolicyJson workspacesPolicy)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- Creation datepublic Boolean getEnabledWorkspaceNotifications()
public void setEnabledWorkspaceNotifications(Boolean enabledWorkspaceNotifications)
public boolean isPersonalWorkspaceFlag()
public void setPersonalWorkspaceFlag(boolean personalWorkspaceFlag)
public boolean isPersonalRestrictedWorkspaceFlag()
public void setPersonalRestrictedWorkspaceFlag(boolean personalRestrictedWorkspaceFlag)
personalRestrictedWorkspaceFlag
- Personal restricted workspace
flagpublic boolean isExplicit()
public void setExplicit(boolean explicit)
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.public String getWorkspaceType()
public void setWorkspaceType(String workspaceType)
public float getSize()
public void setSize(float size)
public Date getStarredDate()
public void setStarredDate(Date starredDate)
public ApiDocumentOrderVDR getDefaultWorkspaceOrder()
public void setDefaultWorkspaceOrder(ApiDocumentOrderVDR defaultWorkspaceOrder)
defaultWorkspaceOrder
- Default workspace orderpublic Boolean getReadConfirmationRequired()
public void setReadConfirmationRequired(Boolean readConfirmationRequired)
readConfirmationRequired
- is read confirmation required for files
in this room ( according to root folder )public Boolean getProtectorEnabled()
public void setProtectorEnabled(Boolean protectorEnabled)
public String getName()
public void setName(String name)
name
- Workspace name.public String getRootFolderUuid()
public void setRootFolderUuid(String rootFolderUuid)
Copyright © 2019. All rights reserved.