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