Package com.restfb.types.ads
Class AdDynamicCreative
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdDynamicCreative
-
- All Implemented Interfaces:
Serializable
public class AdDynamicCreative extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdDynamicCreative()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPreviewUrl()
void
setPreviewUrl(String previewUrl)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdDynamicCreative
public AdDynamicCreative()
-
-
Method Detail
-
getPreviewUrl
public String getPreviewUrl()
-
setPreviewUrl
public void setPreviewUrl(String previewUrl)
-
-