public class Document extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
fileType
Defines the type of the file for the source viewed or edited document.
|
private Info |
info
Defines the additional parameters for the document.
|
private String |
key
Defines the unique document identifier used by the service to recognize the document.
|
private Permissions |
permissions
Defines the permission for the document to be edited and downloaded or not.
|
private ReferenceData |
referenceData
Defines an object that is generated by the integrator to uniquely identify a file in its system.
|
private String |
title
Defines the desired file name for the viewed or edited document which will also be used as file name when the
document is downloaded.
|
private String |
url
Defines the absolute URL where the source viewed or edited document is stored.
|
| Constructor and Description |
|---|
Document() |
private String fileType
private String key
private ReferenceData referenceData
private String title
private String url
private Info info
private Permissions permissions
Copyright © 2023–2024. All rights reserved.