| cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse |
Known Indirect Subclasses
AddToMyBoxResponse,
AddToMyBoxResponseImpl,
AddToTagResponse,
AddToTagResponseImpl,
CreateFolderResponse,
CreateFolderResponseImpl,
DeleteResponse,
DeleteResponseImpl,
DownloadResponse,
DownloadResponseImpl,
ExportTagsResponse,
ExportTagsResponseImpl,
GetAccountTreeResponse,
GetAccountTreeResponseImpl,
GetAuthTokenResponse,
and
29 others.
|
Class Overview
This is the super interface for all box response, you can set and get a
status string from this response.
Summary
| Public Methods |
|
abstract
String
|
getStatus()
get the status string.
|
|
abstract
void
|
setStatus(String status)
set the status string.
|
Public Methods
public
abstract
String
getStatus
()
public
abstract
void
setStatus
(String status)