Uses of Class
com.restfb.types.ads.AdsImageCrops
-
Packages that use AdsImageCrops Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of AdsImageCrops in com.restfb.types.ads
Methods in com.restfb.types.ads that return AdsImageCrops Modifier and Type Method Description AdsImageCrops
AdCreative. getImageCrops()
AdsImageCrops
AdCreativeLinkData. getImageCrops()
AdsImageCrops
AdCreativeLinkDataChildAttachment. getImageCrops()
AdsImageCrops
AdAssetFeedSpecImage. getMImageCrops()
Methods in com.restfb.types.ads with parameters of type AdsImageCrops Modifier and Type Method Description void
AdCreative. setImageCrops(AdsImageCrops imageCrops)
A JSON object defining crop dimensions for the image specified.void
AdCreativeLinkData. setImageCrops(AdsImageCrops imageCrops)
How to the image should be cropped.void
AdCreativeLinkDataChildAttachment. setImageCrops(AdsImageCrops imageCrops)
void
AdAssetFeedSpecImage. setMImageCrops(AdsImageCrops mImageCrops)
-