public class ANBlockedBICategory extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ANBlockedBICategory() |
| Modifier and Type | Method and Description |
|---|---|
ANBlockedBICategory |
copyFrom(ANBlockedBICategory instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldKey() |
String |
getId() |
static APIRequest.ResponseParser<ANBlockedBICategory> |
getParser() |
static ANBlockedBICategory |
loadJSON(String json,
APIContext context) |
static APINodeList<ANBlockedBICategory> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ANBlockedBICategory |
setFieldId(String value) |
ANBlockedBICategory |
setFieldKey(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ANBlockedBICategory loadJSON(String json, APIContext context)
public static APINodeList<ANBlockedBICategory> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldKey()
public ANBlockedBICategory setFieldKey(String value)
public String getFieldId()
public ANBlockedBICategory setFieldId(String value)
public ANBlockedBICategory copyFrom(ANBlockedBICategory instance)
public static APIRequest.ResponseParser<ANBlockedBICategory> getParser()
Copyright © 2018. All rights reserved.