Package com.restfb.types.ads
Class AdCreativeLinkDataCallToActionValue
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AdCreativeLinkDataCallToActionValue
- All Implemented Interfaces:
Serializable
Represents the
AdCreativeLinkDataCallToActionValue Marketing API type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()getPage()voidsetAppDestination(String appDestination) The app destination type.voidsetApplication(String application) Application related to the action.voidsetAppLink(String appLink) Deep link to the app.voidsetEventId(String eventId) ID of the Facebook event which the attachment show event infovoidsetLeadGenFormId(String leadGenFormId) The Lead Ad form id.voidThe destination link when the CTA button is clicked.voidsetLinkCaption(String linkCaption) Caption shown in the attachment.voidsetLinkDescription(String linkDescription) Description of the link shown in the attachment.voidsetLinkFormat(String linkFormat) Link format of video.voidsetLinkTitle(String linkTitle) Title of the link shown in the attachment.voidID of the Facebook page which the CTA button links tovoidsetProductLink(String productLink) Open graph object url for canvas virtual good ads.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdCreativeLinkDataCallToActionValue
public AdCreativeLinkDataCallToActionValue()
-
-
Method Details
-
getAppDestination
- Returns:
- The app destination type.
-
setAppDestination
The app destination type. -
getAppLink
- Returns:
- Deep link to the app.
-
setAppLink
Deep link to the app. -
getApplication
- Returns:
- Application related to the action.
-
setApplication
Application related to the action. -
getEventId
- Returns:
- ID of the Facebook event which the attachment show event info
-
setEventId
ID of the Facebook event which the attachment show event info -
getLeadGenFormId
- Returns:
- The Lead Ad form id.
-
setLeadGenFormId
The Lead Ad form id. -
getLink
- Returns:
- The destination link when the CTA button is clicked.
-
setLink
The destination link when the CTA button is clicked. -
getLinkCaption
- Returns:
- Caption shown in the attachment.
-
setLinkCaption
Caption shown in the attachment. -
getLinkDescription
- Returns:
- Description of the link shown in the attachment.
-
setLinkDescription
Description of the link shown in the attachment. -
getLinkFormat
- Returns:
- Link format of video.
-
setLinkFormat
Link format of video. -
getLinkTitle
- Returns:
- Title of the link shown in the attachment.
-
setLinkTitle
Title of the link shown in the attachment. -
getPage
- Returns:
- ID of the Facebook page which the CTA button links to
-
setPage
ID of the Facebook page which the CTA button links to -
getProductLink
- Returns:
- Open graph object url for canvas virtual good ads.
-
setProductLink
Open graph object url for canvas virtual good ads.
-