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.APIRequestDelete |
delete() |
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() |
LeadGenContextCard |
getFieldContextCard() |
String |
getFieldCreatedTime() |
User |
getFieldCreator() |
Long |
getFieldCreatorId() |
String |
getFieldCusomizedTcpaContent() |
Long |
getFieldExpiredLeadsCount() |
List<String> |
getFieldExtraDetails() |
String |
getFieldFollowUpActionText() |
String |
getFieldFollowUpActionUrl() |
String |
getFieldId() |
Boolean |
getFieldIsOptimizedForQuality() |
String |
getFieldLeadgenExportCsvUrl() |
Long |
getFieldLeadsCount() |
LeadGenLegalContent |
getFieldLegalContent() |
String |
getFieldLocale() |
String |
getFieldMessengerWelcomeMessage() |
String |
getFieldName() |
Long |
getFieldOrganicLeadsCount() |
Page |
getFieldPage() |
String |
getFieldPageId() |
String |
getFieldPrivacyPolicyUrl() |
List<LeadGenQualifier> |
getFieldQualifiers() |
String |
getFieldQuestionPageCustomHeadline() |
List<LeadGenQuestion> |
getFieldQuestions() |
String |
getFieldStatus() |
Boolean |
getFieldTcpaCompliance() |
Object |
getFieldThankYouPage() |
List<Object> |
getFieldTrackingParameters() |
String |
getId() |
LeadgenForm.APIRequestGetLeads |
getLeads() |
static APIRequest.ResponseParser<LeadgenForm> |
getParser() |
LeadgenForm.APIRequestGetTestLeads |
getTestLeads() |
static LeadgenForm |
loadJSON(String json,
APIContext context) |
static APINodeList<LeadgenForm> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
LeadgenForm.APIRequestUpdate |
update() |