| Package | Description |
|---|---|
| com.contentstack.sdk |
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SingleQueryResultCallback.onCompletion(ResponseType responseType,
Entry entry,
Error error) |
abstract void |
ContentstackResultCallback.onCompletion(ResponseType responseType,
Error error) |
abstract void |
FetchResultCallback.onCompletion(ResponseType responseType,
Error error)
Triggered after call execution complete.
|
abstract void |
EntryResultCallBack.onCompletion(ResponseType responseType,
Error error)
Triggered after call execution complete.
|
abstract void |
FetchAssetsCallback.onCompletion(ResponseType responseType,
List<Asset> assets,
Error error) |
abstract void |
QueryResultsCallBack.onCompletion(ResponseType responseType,
QueryResult queryresult,
Error error) |
void |
ContentstackResultCallback.onRequestFinish(ResponseType responseType) |
void |
FetchAssetsCallback.onRequestFinish(ResponseType responseType,
List<Asset> assets) |
Copyright © 2019 Contentstack. All rights reserved.