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
-
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 Detail
-
LeadgenForm
public LeadgenForm()
-
-
Method Detail
-
getCreatedTime
public Date getCreatedTime()
- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
public void setCreatedTime(Date createdTime)
-
getCusomizedTcpaContent
public String getCusomizedTcpaContent()
-
setCusomizedTcpaContent
public void setCusomizedTcpaContent(String cusomizedTcpaContent)
-
getExpiredLeadsCount
public Long getExpiredLeadsCount()
-
setExpiredLeadsCount
public void setExpiredLeadsCount(Long expiredLeadsCount)
-
getFollowUpActionText
public String getFollowUpActionText()
- Returns:
- The caption of the follow up action text on the final screen of the form.
-
setFollowUpActionText
public void setFollowUpActionText(String followUpActionText)
The caption of the follow up action text on the final screen of the form.
-
getFollowUpActionUrl
public String getFollowUpActionUrl()
- Returns:
- The destination of the follow up action text on the final screen of the form.
-
setFollowUpActionUrl
public void setFollowUpActionUrl(String followUpActionUrl)
The destination of the follow up action text on the final screen of the form.
-
getIsContinuedFlow
public Boolean getIsContinuedFlow()
-
setIsContinuedFlow
public void setIsContinuedFlow(Boolean isContinuedFlow)
-
getLeadgenExportCsvUrl
public String getLeadgenExportCsvUrl()
-
setLeadgenExportCsvUrl
public void setLeadgenExportCsvUrl(String leadgenExportCsvUrl)
-
getLeadsCount
public Long getLeadsCount()
-
setLeadsCount
public void setLeadsCount(Long leadsCount)
-
getPrivacyPolicyUrl
public String getPrivacyPolicyUrl()
- Returns:
- The supplied privacy policy URL.
-
setPrivacyPolicyUrl
public void setPrivacyPolicyUrl(String privacyPolicyUrl)
The supplied privacy policy URL.
-
getQualifiers
public List<LeadGenQualifier> getQualifiers()
-
setQualifiers
public void setQualifiers(List<LeadGenQualifier> qualifiers)
-
getTcpaCompliance
public Boolean getTcpaCompliance()
-
setTcpaCompliance
public void setTcpaCompliance(Boolean tcpaCompliance)
-
-