| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.DownloadRequestImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asFile | if true, will download as a File object, if false then download as bytes array. | ||||||||||
| authToken | auth token. | ||||||||||
| fileId | file id. | ||||||||||
| inFile | if asFile is true, this parameter will specify a File object which the content will write in. | ||||||||||
|
[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.DownloadRequest
| |||||||||||
if true, will download as a File object, if false then download as bytes array.
auth token.
file id.
if asFile is true, this parameter will specify a File object which the content will write in.
get action name.
| asFile | The asFile to set |
|---|
| authToken | The authToken to set |
|---|
| fileId | The fileId to set |
|---|
| inFile | The inFile to set |
|---|