Package com.restfb.types.ads
Class AdCreativePhotoData
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AdCreativePhotoData
- All Implemented Interfaces:
Serializable
public class AdCreativePhotoData extends AbstractFacebookType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdCreativePhotoData()
-
Method Summary
Modifier and Type Method Description String
getBrandedContentSponsorPageId()
String
getCaption()
String
getMImageHash()
String
getUrl()
void
setBrandedContentSponsorPageId(String brandedContentSponsorPageId)
void
setCaption(String caption)
void
setMImageHash(String mImageHash)
void
setUrl(String url)
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdCreativePhotoData
public AdCreativePhotoData()
-
-
Method Details
-
getBrandedContentSponsorPageId
-
setBrandedContentSponsorPageId
-
getCaption
-
setCaption
-
getMImageHash
-
setMImageHash
-
getUrl
-
setUrl
-