public class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
author
Deprecated.
|
private String |
created
Deprecated.
|
private Boolean |
favorite
Defines the highlighting state of the "Favorite" icon.
|
private String |
folder
Defines the folder where the document is stored (can be empty in case the document is stored in the root folder).
|
private String |
owner
Defines the name of the document owner/creator.
|
private List<SharingSettings> |
sharingSettings
Defines the information about the settings which allow to share the document with other users.
|
private String |
uploaded
Defines the document uploading date.
|
| Constructor and Description |
|---|
Info() |
@Deprecated private String author
owner instead.@Deprecated private String created
uploaded instead.private Boolean favorite
private String folder
private String owner
private List<SharingSettings> sharingSettings
private String uploaded
Copyright © 2023–2024. All rights reserved.