| java.lang.Object | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxAbstractFileImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created | created time. | ||||||||||
| id | file id or folder id. | ||||||||||
| isFolder | is it a file or folder. | ||||||||||
| keyword | keyword. | ||||||||||
| name | file name or folder name. | ||||||||||
| shared | shared flag. | ||||||||||
| size | size of file, folder is 0. | ||||||||||
| tags | tags, BoxTag object list. | ||||||||||
| updated | updated time. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxAbstractFile
| |||||||||||
created time.
file id or folder id.
is it a file or folder.
keyword.
file name or folder name.
shared flag.
size of file, folder is 0.
tags, BoxTag object list.
updated time.
| created | The created to set |
|---|
| isFolder | The isFolder to set |
|---|
| id | The id to set |
|---|
| keyword | The keyword to set |
|---|
| name | The name to set |
|---|
| shared | The shared to set |
|---|
| size | The size to set |
|---|
| tags | The tags to set |
|---|
| updated | The updated to set |
|---|