public final class DocumentsGetDocumentResponseDefaultWorkspace extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
canDelete |
Whether workspace can be deleted
|
Date |
createdAt |
Creation date
|
DocumentsGetDocumentResponseDefaultWorkspaceCreator |
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
|
DocumentsGetDocumentResponseDefaultWorkspaceLastModifier |
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 |
|---|---|
DocumentsGetDocumentResponseDefaultWorkspace() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCanDelete() |
Get Whether workspace can be deleted
|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsGetDocumentResponseDefaultWorkspaceCreator |
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
|
DocumentsGetDocumentResponseDefaultWorkspaceLastModifier |
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 DocumentsGetDocumentResponseDefaultWorkspaceCreator creator
public String description
public String microversion
public Date createdAt
public Date modifiedAt
public DocumentsGetDocumentResponseDefaultWorkspaceLastModifier lastModifier
public String name
public String id
public DocumentsGetDocumentResponseDefaultWorkspace()
public final Boolean getCanDelete()
public final Boolean getIsReadOnly()
public final String getParent()
public final String getType()
public final DocumentsGetDocumentResponseDefaultWorkspaceCreator getCreator()
public final String getDescription()
public final String getMicroversion()
public final Date getCreatedAt()
public final Date getModifiedAt()
public final DocumentsGetDocumentResponseDefaultWorkspaceLastModifier getLastModifier()
public final String getName()
public final String getId()
Copyright © 2021. All rights reserved.