Package com.restfb.types.ads
Class AdCreativeLinkDataCallToActionValue
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdCreativeLinkDataCallToActionValue
-
- All Implemented Interfaces:
Serializable
public class AdCreativeLinkDataCallToActionValue extends AbstractFacebookType
Represents the AdCreativeLinkDataCallToActionValue Marketing API type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdCreativeLinkDataCallToActionValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppDestination()
String
getApplication()
String
getAppLink()
String
getEventId()
String
getLeadGenFormId()
String
getLink()
String
getLinkCaption()
String
getLinkDescription()
String
getLinkFormat()
String
getLinkTitle()
String
getPage()
String
getProductLink()
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
setLink(String link)
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
setPage(String page)
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 Detail
-
AdCreativeLinkDataCallToActionValue
public AdCreativeLinkDataCallToActionValue()
-
-
Method Detail
-
getAppDestination
public String getAppDestination()
- Returns:
- The app destination type.
-
setAppDestination
public void setAppDestination(String appDestination)
The app destination type.
-
getAppLink
public String getAppLink()
- Returns:
- Deep link to the app.
-
setAppLink
public void setAppLink(String appLink)
Deep link to the app.
-
getApplication
public String getApplication()
- Returns:
- Application related to the action.
-
setApplication
public void setApplication(String application)
Application related to the action.
-
getEventId
public String getEventId()
- Returns:
- ID of the Facebook event which the attachment show event info
-
setEventId
public void setEventId(String eventId)
ID of the Facebook event which the attachment show event info
-
getLeadGenFormId
public String getLeadGenFormId()
- Returns:
- The Lead Ad form id.
-
setLeadGenFormId
public void setLeadGenFormId(String leadGenFormId)
The Lead Ad form id.
-
getLinkCaption
public String getLinkCaption()
- Returns:
- Caption shown in the attachment.
-
setLinkCaption
public void setLinkCaption(String linkCaption)
Caption shown in the attachment.
-
getLinkDescription
public String getLinkDescription()
- Returns:
- Description of the link shown in the attachment.
-
setLinkDescription
public void setLinkDescription(String linkDescription)
Description of the link shown in the attachment.
-
getLinkFormat
public String getLinkFormat()
- Returns:
- Link format of video.
-
setLinkFormat
public void setLinkFormat(String linkFormat)
Link format of video.
-
getLinkTitle
public String getLinkTitle()
- Returns:
- Title of the link shown in the attachment.
-
setLinkTitle
public void setLinkTitle(String linkTitle)
Title of the link shown in the attachment.
-
getProductLink
public String getProductLink()
- Returns:
- Open graph object url for canvas virtual good ads.
-
setProductLink
public void setProductLink(String productLink)
Open graph object url for canvas virtual good ads.
-
-