| java.lang.Object | ||
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl | |
| ↳ | cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.DownloadResponseImpl | |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asFile | if true, will download as a File object, if false then download as bytes array. | ||||||||||
| outFile | the File object downloaded. | ||||||||||
| rawData | the raw data downloaded. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
| |||||||||||
From interface
cn.com.believer.songyuanframework.openapi.storage.box.functions.DownloadResponse
| |||||||||||
if true, will download as a File object, if false then download as bytes array.
the File object downloaded.
the raw data downloaded.
| asFile | The asFile to set |
|---|
| outFile | The outFile to set |
|---|
| rawData | The rawData to set |
|---|