All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
LeadgenForm |
copyFrom(LeadgenForm instance) |
LeadgenForm.APIRequestCreateLead |
createLead() |
LeadgenForm.APIRequestCreateTestLead |
createTestLead() |
LeadgenForm |
fetch() |
static LeadgenForm |
fetchById(Long id,
APIContext context) |
static LeadgenForm |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadgenForm> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadgenForm> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<LeadgenForm> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<LeadgenForm>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
LeadgenForm.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldAllowOrganicLead() |
Boolean |
getFieldBlockDisplayForNonTargetedViewer() |
Object |
getFieldContextCard() |
String |
getFieldCreatedTime() |
Long |
getFieldExpiredLeadsCount() |
String |
getFieldFollowUpActionText() |
String |
getFieldFollowUpActionUrl() |
String |
getFieldId() |
Boolean |
getFieldIsOptimizedForQuality() |
Long |
getFieldLeadsCount() |
Object |
getFieldLegalContent() |
String |
getFieldLocale() |
String |
getFieldName() |
Long |
getFieldOrganicLeadsCount() |
Page |
getFieldPage() |
String |
getFieldPageId() |
String |
getFieldPrivacyPolicyUrl() |
String |
getFieldQuestionPageCustomHeadline() |
List<LeadGenQuestion> |
getFieldQuestions() |
String |
getFieldStatus() |
Object |
getFieldThankYouPage() |
List<KeyValue> |
getFieldTrackingParameters() |
String |
getId() |
LeadgenForm.APIRequestGetLeads |
getLeads() |
static APIRequest.ResponseParser<LeadgenForm> |
getParser() |
LeadgenForm.APIRequestGetTestLeads |
getTestLeads() |
static LeadgenForm |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LeadgenForm> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
LeadgenForm.APIRequestUpdate |
update() |