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
-
Method Summary
Modifier and TypeMethodDescriptiongetLink()
getPage()
void
setAppDestination
(String appDestination) The app destination type.void
setApplication
(String application) Application related to the action.void
setAppLink
(String appLink) Deep link to the app.void
setEventId
(String eventId) ID of the Facebook event which the attachment show event infovoid
setLeadGenFormId
(String leadGenFormId) The Lead Ad form id.void
The destination link when the CTA button is clicked.void
setLinkCaption
(String linkCaption) Caption shown in the attachment.void
setLinkDescription
(String linkDescription) Description of the link shown in the attachment.void
setLinkFormat
(String linkFormat) Link format of video.void
setLinkTitle
(String linkTitle) Title of the link shown in the attachment.void
ID of the Facebook page which the CTA button links tovoid
setProductLink
(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.
-