public final class DocumentsGetDocumentHistoryResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
Boolean |
canBeRestored_ |
can this mv be restored.
|
String |
date_ |
date of creation.
|
String |
description_ |
MV description.
|
String |
microversionId_ |
microversion id.
|
String |
nextMicroversionId_ |
next microversion id.
|
String |
userId_ |
user ID.
|
String |
username_ |
username (scrubbed if lacking PII scope).
|
| Constructor | Description |
|---|---|
DocumentsGetDocumentHistoryResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getCanBeRestored_() |
Get can this mv be restored.
|
String |
getDate_() |
Get date of creation.
|
String |
getDescription_() |
Get MV description.
|
String |
getMicroversionId_() |
Get microversion id.
|
String |
getNextMicroversionId_() |
Get next microversion id.
|
String |
getUserId_() |
Get user ID.
|
String |
getUsername_() |
Get username (scrubbed if lacking PII scope).
|
String |
toString() |
getOtherPropertiespublic String microversionId_
public String nextMicroversionId_
public String username_
public String date_
public String description_
public String userId_
public Boolean canBeRestored_
public DocumentsGetDocumentHistoryResponseItems()
public final String getMicroversionId_()
public final String getNextMicroversionId_()
public final String getUsername_()
public final String getDate_()
public final String getDescription_()
public final String getUserId_()
public final Boolean getCanBeRestored_()
Copyright © 2021. All rights reserved.