Uses of Class
com.restfb.types.ads.AdCreativeLinkData
-
Packages that use AdCreativeLinkData Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdCreativeLinkData in com.restfb.types.ads
Methods in com.restfb.types.ads that return AdCreativeLinkData Modifier and Type Method Description AdCreativeLinkData
AdCreativeObjectStorySpec. getLinkData()
AdCreativeLinkData
AdCreativeObjectStorySpec. getTemplateData()
Methods in com.restfb.types.ads with parameters of type AdCreativeLinkData Modifier and Type Method Description void
AdCreativeObjectStorySpec. setLinkData(AdCreativeLinkData linkData)
The spec for a link page post or carousel advoid
AdCreativeObjectStorySpec. setTemplateData(AdCreativeLinkData templateData)
The spec for a template link page post as used in Dynamic Product Ads.
-