public class Callback extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Action> |
actions
Defines the object received when the user takes an action with the document.
|
private String |
changesurl
Defines the link to the file with the document editing data used to track and display the document changes
history.
|
private String |
filetype
Defines an extension of the document that is downloaded from the link specified with the
url
parameter. |
private ForcesaveType |
forcesavetype
Defines the type of initiator when the force saving request is performed.
|
private String |
formsdataurl
Defines the URL to the JSON file with the submitted form data.
|
private History |
history
Defines the object with the document changes history.
|
private String |
key
Defines the edited document identifier.
|
private Status |
status
Defines the status of the document.
|
private String |
token
Defines the encrypted signature in the form of a token.
|
private String |
url
Defines the link to the edited document to be saved with the document storage service.
|
private List<String> |
users
Defines a list of the identifiers of the users who opened the document for editing.
|
| Constructor and Description |
|---|
Callback() |
private List<Action> actions
private String changesurl
Status value is equal to 2 or 3 only.
The file must be saved and its address must be sent as "changesUrl" parameter using the "setHistoryData" method
to show the changes corresponding to the specific document version.private String filetype
url
parameter. The file type is OOXML by default but if the "assemblyFormatAsOrigin" server setting is enabled,
the file will be saved in its original format.private ForcesaveType forcesavetype
Status value is equal to 6 or 7 only.private String formsdataurl
private History history
Status value is equal to 2 or 3 only.
It contains the object "changes" and "serverVersion",
which must be sent as properties "changes" and "serverVersion" of the object sent as the argument to the
"refreshHistory" method.private String key
private Status status
private String url
Status value is equal to 2, 3, 6 or 7 only.private List<String> users
Status value equal to 2 or 6).private String token
Copyright © 2023–2024. All rights reserved.