Uses of Class
com.restfb.types.ads.AdCreativeLinkDataCallToAction
-
Packages that use AdCreativeLinkDataCallToAction Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdCreativeLinkDataCallToAction in com.restfb.types.ads
Methods in com.restfb.types.ads that return AdCreativeLinkDataCallToAction Modifier and Type Method Description AdCreativeLinkDataCallToAction
AdCreativeLinkData. getCallToAction()
AdCreativeLinkDataCallToAction
AdCreativeLinkDataChildAttachment. getCallToAction()
AdCreativeLinkDataCallToAction
AdCreativeVideoData. getCallToAction()
Methods in com.restfb.types.ads with parameters of type AdCreativeLinkDataCallToAction Modifier and Type Method Description void
AdCreativeLinkData. setCallToAction(AdCreativeLinkDataCallToAction callToAction)
An optional call to action button.void
AdCreativeLinkDataChildAttachment. setCallToAction(AdCreativeLinkDataCallToAction callToAction)
void
AdCreativeVideoData. setCallToAction(AdCreativeLinkDataCallToAction callToAction)
-