| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.PrivateShareRequestImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authToken | auth token. | ||||||||||
| emails | email array. | ||||||||||
| message | message you want to send to these emails. | ||||||||||
| nofity | true means send email. | ||||||||||
| target | target, could be 'file' or 'folder'. | ||||||||||
| targetId | target id, could be 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.PrivateShareRequest
| |||||||||||
auth token.
email array.
message you want to send to these emails.
true means send email.
target, could be 'file' or 'folder'.
target id, could be file id or folder id.
get action name.
| authToken | The authToken to set |
|---|
| emails | The emails to set |
|---|
| message | The message to set |
|---|
| nofity | The nofity to set |
|---|
| target | The target to set |
|---|
| targetId | The targetId to set |
|---|