| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.MoveRequestImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authToken | auth token. | ||||||||||
| destinationId | folder id, the folder will move item to. | ||||||||||
| 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.MoveRequest
| |||||||||||
auth token.
folder id, the folder will move item to.
target, could be 'file' or 'folder'.
target id, could be file id or folder id.
get action name.
| authToken | The authToken to set |
|---|
| destinationId | The destinationId to set |
|---|
| target | The target to set |
|---|
| targetId | The targetId to set |
|---|