All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
LeadGenQuestion |
copyFrom(LeadGenQuestion instance) |
LeadGenQuestion |
fetch() |
static LeadGenQuestion |
fetchById(Long id,
APIContext context) |
static LeadGenQuestion |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadGenQuestion> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadGenQuestion> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<LeadGenQuestion> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<LeadGenQuestion>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
LeadGenQuestion.APIRequestGet |
get() |
APIContext |
getContext() |
List<LeadGenConditionalQuestionsGroupChoices> |
getFieldConditionalQuestionsChoices() |
String |
getFieldConditionalQuestionsGroupId() |
List<LeadGenConditionalQuestionsGroupQuestions> |
getFieldDependentConditionalQuestions() |
String |
getFieldId() |
String |
getFieldInlineContext() |
String |
getFieldKey() |
String |
getFieldLabel() |
List<LeadGenQuestionOption> |
getFieldOptions() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenQuestion> |
getParser() |
static LeadGenQuestion |
loadJSON(String json,
APIContext context) |
static APINodeList<LeadGenQuestion> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |