public final class DocumentsGetVersionsResponseVersions extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Date |
createdAt |
Creation date
|
DocumentsGetVersionsResponseVersionsCreator |
creator |
User information for the creator of the version
|
String |
description |
User-provided description of version
|
String |
id |
ID of version
|
String |
microversion |
Document microversion ID for version
|
Date |
modifiedAt |
Last modification date
|
String |
name |
Version name
|
String |
parent |
ID of parent version, or empty string for root version
|
| Constructor | Description |
|---|---|
DocumentsGetVersionsResponseVersions() |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsGetVersionsResponseVersionsCreator |
getCreator() |
Get User information for the creator of the version
|
String |
getDescription() |
Get User-provided description of version
|
String |
getId() |
Get ID of version
|
String |
getMicroversion() |
Get Document microversion ID for version
|
Date |
getModifiedAt() |
Get Last modification date
|
String |
getName() |
Get Version name
|
String |
getParent() |
Get ID of parent version, or empty string for root version
|
String |
toString() |
getOtherPropertiespublic String parent
public DocumentsGetVersionsResponseVersionsCreator creator
public String description
public String microversion
public Date createdAt
public Date modifiedAt
public String id
public String name
public DocumentsGetVersionsResponseVersions()
public final String getParent()
public final DocumentsGetVersionsResponseVersionsCreator getCreator()
public final String getDescription()
public final String getMicroversion()
public final Date getCreatedAt()
public final Date getModifiedAt()
public final String getId()
public final String getName()
Copyright © 2021. All rights reserved.