public final class DocumentsCreateVersionResponseVersion extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Date |
createdAt |
Creation date
|
DocumentsCreateVersionResponseVersionCreator |
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 |
parent |
ID of parent version
|
| Constructor | Description |
|---|---|
DocumentsCreateVersionResponseVersion() |
| Modifier and Type | Method | Description |
|---|---|---|
Date |
getCreatedAt() |
Get Creation date
|
DocumentsCreateVersionResponseVersionCreator |
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 |
getParent() |
Get ID of parent version
|
String |
toString() |
getOtherPropertiespublic String parent
public DocumentsCreateVersionResponseVersionCreator creator
public String description
public String microversion
public Date createdAt
public Date modifiedAt
public String id
public DocumentsCreateVersionResponseVersion()
public final String getParent()
public final DocumentsCreateVersionResponseVersionCreator getCreator()
public final String getDescription()
public final String getMicroversion()
public final Date getCreatedAt()
public final Date getModifiedAt()
public final String getId()
Copyright © 2021. All rights reserved.