Package com.restfb.types.ads
Class AdsImageCrops.AdsImageCropsSpec
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdsImageCrops.AdsImageCropsSpec
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AdsImageCrops
public static class AdsImageCrops.AdsImageCropsSpec extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdsImageCropsSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBottom()
Long
getLeft()
Long
getRight()
Long
getTop()
void
setBottom(Long bottom)
void
setLeft(Long left)
void
setRight(Long right)
void
setTop(Long top)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdsImageCropsSpec
public AdsImageCropsSpec()
-
-