Package com.restfb.types.ads
Class LeadgenForm
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.LeadgenForm
- All Implemented Interfaces:
HasCreatedTime
,Serializable
public class LeadgenForm extends NamedAdsObject implements HasCreatedTime
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LeadgenForm()
-
Method Summary
Modifier and Type Method Description Date
getCreatedTime()
String
getCusomizedTcpaContent()
Long
getExpiredLeadsCount()
String
getFollowUpActionText()
String
getFollowUpActionUrl()
Boolean
getIsContinuedFlow()
String
getLeadgenExportCsvUrl()
Long
getLeadsCount()
String
getLocale()
Page
getPage()
String
getPageId()
String
getPrivacyPolicyUrl()
List<LeadGenQualifier>
getQualifiers()
Boolean
getTcpaCompliance()
void
setCreatedTime(Date createdTime)
void
setCusomizedTcpaContent(String cusomizedTcpaContent)
void
setExpiredLeadsCount(Long expiredLeadsCount)
void
setFollowUpActionText(String followUpActionText)
The caption of the follow up action text on the final screen of the form.void
setFollowUpActionUrl(String followUpActionUrl)
The destination of the follow up action text on the final screen of the form.void
setIsContinuedFlow(Boolean isContinuedFlow)
void
setLeadgenExportCsvUrl(String leadgenExportCsvUrl)
void
setLeadsCount(Long leadsCount)
void
setLocale(String locale)
void
setPage(Page page)
void
setPageId(String pageId)
The ID of the page to which this form belongs.void
setPrivacyPolicyUrl(String privacyPolicyUrl)
The supplied privacy policy URL.void
setQualifiers(List<LeadGenQualifier> qualifiers)
void
setTcpaCompliance(Boolean tcpaCompliance)
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
LeadgenForm
public LeadgenForm()
-
-
Method Details
-
getCreatedTime
- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
-
getCusomizedTcpaContent
-
setCusomizedTcpaContent
-
getExpiredLeadsCount
-
setExpiredLeadsCount
-
getFollowUpActionText
- Returns:
- The caption of the follow up action text on the final screen of the form.
-
setFollowUpActionText
The caption of the follow up action text on the final screen of the form. -
getFollowUpActionUrl
- Returns:
- The destination of the follow up action text on the final screen of the form.
-
setFollowUpActionUrl
The destination of the follow up action text on the final screen of the form. -
getIsContinuedFlow
-
setIsContinuedFlow
-
getLeadgenExportCsvUrl
-
setLeadgenExportCsvUrl
-
getLeadsCount
-
setLeadsCount
-
getLocale
-
setLocale
-
getPage
-
setPage
-
getPageId
- Returns:
- The ID of the page to which this form belongs.
-
setPageId
The ID of the page to which this form belongs. -
getPrivacyPolicyUrl
- Returns:
- The supplied privacy policy URL.
-
setPrivacyPolicyUrl
The supplied privacy policy URL. -
getQualifiers
-
setQualifiers
-
getTcpaCompliance
-
setTcpaCompliance
-