public class HistoryData extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
changesUrl
Defines the url address of the file with the document changes data,
which can be downloaded by the
changesurl link
from the JSON object returned after saving the document. |
private String |
error
Defines the error message text.
|
private String |
fileType
Defines an extension of the document specified with the "url" parameter.
|
private String |
key
Defines the document identifier used to unambiguously identify the document file.
|
private Previous |
previous
Defines the object of the previous version of the document
if
changesurl address
was returned after saving the document. |
private String |
token
Defines the encrypted signature added to the parameter in the form of a token.
|
private String |
url
Defines the url address of the current document version.
|
private String |
version
Defines the document version number.
|
| Constructor and Description |
|---|
HistoryData() |
private String changesUrl
changesurl link
from the JSON object returned after saving the document.
The request for file is signed with a token which is checked by the Document Server.private String error
private String fileType
private String key
private Previous previous
changesurl address
was returned after saving the document.private String token
private String url
url link
from the JSON object returned after saving the document.
Be sure to add a token when using local links. Otherwise, an error will occur.private String version
Copyright © 2023–2024. All rights reserved.