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,
String header) |
static APINodeList<AppRequestFormerRecipient> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AppRequestFormerRecipient |
setFieldId(String value) |
AppRequestFormerRecipient |
setFieldRecipientId(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AppRequestFormerRecipient loadJSON(String json, APIContext context, String header)
public static APINodeList<AppRequestFormerRecipient> parseResponse(String json, APIContext context, APIRequest request, String header) 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 © 2020. All rights reserved.