| java.lang.Object | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxFileImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created | created time. | ||||||||||
| description | file description. | ||||||||||
| fileId | file id. | ||||||||||
| fileName | file name. | ||||||||||
| folderId | folder id. | ||||||||||
| sha1 | sha1 value, used to verify file content. | ||||||||||
| shared | shared flag. | ||||||||||
| sharedName | shared name. | ||||||||||
| size | file size. | ||||||||||
| 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.BoxFile
| |||||||||||
created time.
file description.
file id.
file name.
folder id.
sha1 value, used to verify file content.
shared flag.
shared name.
file size.
updated time.
| created | The created to set |
|---|
| description | The description to set |
|---|
| fileId | The fileId to set |
|---|
| fileName | The fileName to set |
|---|
| folderId | The folderId to set |
|---|
| sha1 | The sha1 to set |
|---|
| shared | The shared to set |
|---|
| sharedName | The sharedName to set |
|---|
| size | The size to set |
|---|
| updated | The updated to set |
|---|