public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Object> |
changes
Defines the changes from the history object returned after saving the document.
|
private String |
created
Defines the document version creation date.
|
private String |
key
Defines the unique document identifier used by the service to recognize the document.
|
private String |
serverVersion
Defines the current server version number.
|
private User |
user
Defines the user who is the author of the document version.
|
private String |
version
Defines the document version number.
|
| Constructor and Description |
|---|
Version() |
private List<Object> changes
private String created
private String key
private String serverVersion
private User user
private String version
Copyright © 2023–2024. All rights reserved.