public final class DocumentsGetWorkspacesResponseWorkspaces extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
canDelete |
Whether workspace can be deleted
|
Date |
createdAt |
Creation date
|
DocumentsGetWorkspacesResponseWorkspacesCreator |
creator |
User information for the creator of the workspace
|
String |
description |
User-provided description of workspace
|
String |
id |
ID of workspace
|
Boolean |
isReadOnly |
Whether workspace is read-only
|
DocumentsGetWorkspacesResponseWorkspacesLastModifier |
lastModifier |
User information for the latest modifier of the workspace
|
String |
microversion |
Document microversion ID that is the root of the workspace branch
|
Date |
modifiedAt |
Last modification date
|
String |
name |
name of workspace
|
String |
parent |
ID of workspace's parent version
|
String |
type |
Type of record
|
| Constructor | Description |
|---|---|
DocumentsGetWorkspacesResponseWorkspaces() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCanDelete() |
Get Whether workspace can be deleted
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsGetWorkspacesResponseWorkspacesCreator |
getCreator() |
Get User information for the creator of the workspace
|
String |
getDescription() |
Get User-provided description of workspace
|
String |
getId() |
Get ID of workspace
|
Boolean |
getIsReadOnly() |
Get Whether workspace is read-only
|
DocumentsGetWorkspacesResponseWorkspacesLastModifier |
getLastModifier() |
Get User information for the latest modifier of the workspace
|
String |
getMicroversion() |
Get Document microversion ID that is the root of the workspace branch
|
Date |
getModifiedAt() |
Get Last modification date
|
String |
getName() |
Get name of workspace
|
String |
getParent() |
Get ID of workspace's parent version
|
String |
getType() |
Get Type of record
|
String |
toString() |
getOtherPropertiespublic Boolean canDelete
public Boolean isReadOnly
public String parent
public String type
public DocumentsGetWorkspacesResponseWorkspacesCreator creator
public String description
public String microversion
public Date createdAt
public Date modifiedAt
public DocumentsGetWorkspacesResponseWorkspacesLastModifier lastModifier
public String name
public String id
public DocumentsGetWorkspacesResponseWorkspaces()
public final Boolean getCanDelete()
public final Boolean getIsReadOnly()
public final String getParent()
public final String getType()
public final DocumentsGetWorkspacesResponseWorkspacesCreator getCreator()
public final String getDescription()
public final String getMicroversion()
public final Date getCreatedAt()
public final Date getModifiedAt()
public final DocumentsGetWorkspacesResponseWorkspacesLastModifier getLastModifier()
public final String getName()
public final String getId()
Copyright © 2021. All rights reserved.