public class LeadGenQuestion extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
LeadGenQuestion.APIRequestGet |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
LeadGenQuestion(Long id,
APIContext context) |
LeadGenQuestion(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic LeadGenQuestion(Long id, APIContext context)
public LeadGenQuestion(String id, APIContext context)
public LeadGenQuestion fetch() throws APIException
APIExceptionpublic static LeadGenQuestion fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static LeadGenQuestion fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<LeadGenQuestion> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static LeadGenQuestion loadJSON(String json, APIContext context)
public static APINodeList<LeadGenQuestion> 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 LeadGenQuestion.APIRequestGet get()
public String getFieldConditionalQuestionsGroupId()
public String getFieldId()
public String getFieldInlineContext()
public String getFieldKey()
public String getFieldLabel()
public List<LeadGenQuestionOption> getFieldOptions()
public String getFieldType()
public LeadGenQuestion copyFrom(LeadGenQuestion instance)
public static APIRequest.ResponseParser<LeadGenQuestion> getParser()
Copyright © 2017. All rights reserved.