| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.PublicShareRequestImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authToken | auth token. | ||||||||||
| emails | email array. | ||||||||||
| message | message to send these emails. | ||||||||||
| password | password to protect the shared file or folder. | ||||||||||
| target | target, could be 'file' or 'folder'. | ||||||||||
| targetId | target id, file id or folder id. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
get action name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.PublicShareRequest
| |||||||||||
auth token.
email array.
message to send these emails.
password to protect the shared file or folder.
target, could be 'file' or 'folder'.
target id, file id or folder id.
get action name.
| authToken | The authToken to set |
|---|
| emails | The emails to set |
|---|
| message | The message to set |
|---|
| password | The password to set |
|---|
| target | The target to set |
|---|
| targetId | The targetId to set |
|---|