| java.lang.Object | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxFolderImpl |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| folderId | folder id. | ||||||||||
| folderName | folder name. | ||||||||||
| folderTypeId | folder type id. | ||||||||||
| parentFolderId | parent folder id. | ||||||||||
| password | password to access this folder. | ||||||||||
| path | path. | ||||||||||
| publicName | public name. | ||||||||||
| shared | folder share flag. | ||||||||||
| showComments | show comments. | ||||||||||
| userId | user id. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxFolder
| |||||||||||
folder id.
folder name.
folder type id.
parent folder id.
password to access this folder.
path.
public name.
folder share flag.
show comments.
user id.
| folderId | The folderId to set |
|---|
| folderName | The folderName to set |
|---|
| folderTypeId | The folderTypeId to set |
|---|
| parentFolderId | The parentFolderId to set |
|---|
| password | The password to set |
|---|
| path | The path to set |
|---|
| publicName | The publicName to set |
|---|
| shared | The shared to set |
|---|
| showComments | The showComments to set |
|---|
| userId | The userId to set |
|---|