public class AppRequestFormerRecipient extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AppRequestFormerRecipient() |
| Modifier and Type | Method and Description |
|---|---|
AppRequestFormerRecipient |
copyFrom(AppRequestFormerRecipient instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldRecipientId() |
String |
getId() |
static APIRequest.ResponseParser<AppRequestFormerRecipient> |
getParser() |
static AppRequestFormerRecipient |
loadJSON(String json,
APIContext context) |
static APINodeList<AppRequestFormerRecipient> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AppRequestFormerRecipient |
setFieldId(String value) |
AppRequestFormerRecipient |
setFieldRecipientId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AppRequestFormerRecipient loadJSON(String json, APIContext context)
public static APINodeList<AppRequestFormerRecipient> 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 getFieldId()
public AppRequestFormerRecipient setFieldId(String value)
public String getFieldRecipientId()
public AppRequestFormerRecipient setFieldRecipientId(String value)
public AppRequestFormerRecipient copyFrom(AppRequestFormerRecipient instance)
public static APIRequest.ResponseParser<AppRequestFormerRecipient> getParser()
Copyright © 2018. All rights reserved.