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