Package com.restfb.types.ads
Class AdsImageCrops
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AdsImageCrops
- All Implemented Interfaces:
Serializable
public class AdsImageCrops extends AbstractFacebookType
Represents the
AdsImageCrops Marketing
API type
Every field is following the crops specification, in the format of [[{left},{top}],[{right},{bottom}]].
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdsImageCrops.AdsImageCropsSpec
-
Constructor Summary
Constructors Constructor Description AdsImageCrops()
-
Method Summary
Modifier and Type Method Description AdsImageCrops.AdsImageCropsSpec
getThumb100x100()
AdsImageCrops.AdsImageCropsSpec
getThumb100x72()
AdsImageCrops.AdsImageCropsSpec
getThumb191x100()
AdsImageCrops.AdsImageCropsSpec
getThumb400x150()
AdsImageCrops.AdsImageCropsSpec
getThumb600x360()
void
setThumb100x100(AdsImageCrops.AdsImageCropsSpec thumb100x100)
void
setThumb100x72(AdsImageCrops.AdsImageCropsSpec thumb100x72)
void
setThumb191x100(AdsImageCrops.AdsImageCropsSpec thumb191x100)
void
setThumb400x150(AdsImageCrops.AdsImageCropsSpec thumb400x150)
void
setThumb600x360(AdsImageCrops.AdsImageCropsSpec thumb600x360)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdsImageCrops
public AdsImageCrops()
-
-
Method Details
-
getThumb100x100
-
setThumb100x100
-
getThumb100x72
-
setThumb100x72
-
getThumb191x100
-
setThumb191x100
-
getThumb400x150
-
setThumb400x150
-
getThumb600x360
-
setThumb600x360
-