public final class DocumentsCreateWorkspaceResponseWorkspace extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
canDelete |
Whether workspace can be deleted
|
Date |
createdAt |
Creation date
|
DocumentsCreateWorkspaceResponseWorkspaceCreator |
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
|
DocumentsCreateWorkspaceResponseWorkspaceLastModifier |
lastModifier |
User information for the latest modifier of the workspace
|
String |
microversion |
Current document microversion ID of workspace
|
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 |
|---|---|
DocumentsCreateWorkspaceResponseWorkspace() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCanDelete() |
Get Whether workspace can be deleted
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsCreateWorkspaceResponseWorkspaceCreator |
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
|
DocumentsCreateWorkspaceResponseWorkspaceLastModifier |
getLastModifier() |
Get User information for the latest modifier of the workspace
|
String |
getMicroversion() |
Get Current document microversion ID of workspace
|
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 DocumentsCreateWorkspaceResponseWorkspaceCreator creator
public String description
public String microversion
public Date createdAt
public Date modifiedAt
public DocumentsCreateWorkspaceResponseWorkspaceLastModifier lastModifier
public String name
public String id
public DocumentsCreateWorkspaceResponseWorkspace()
public final Boolean getCanDelete()
public final Boolean getIsReadOnly()
public final String getParent()
public final String getType()
public final DocumentsCreateWorkspaceResponseWorkspaceCreator getCreator()
public final String getDescription()
public final String getMicroversion()
public final Date getCreatedAt()
public final Date getModifiedAt()
public final DocumentsCreateWorkspaceResponseWorkspaceLastModifier getLastModifier()
public final String getName()
public final String getId()
Copyright © 2021. All rights reserved.