Package com.restfb.types.ads
Class AdAccountPromotableObjects
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdAccountPromotableObjects
-
- All Implemented Interfaces:
Serializable
public class AdAccountPromotableObjects extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdAccountPromotableObjects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getMPromotableAppIds()
List<String>
getMPromotablePageIds()
List<String>
getMPromotableUrls()
void
setMPromotableAppIds(List<String> mPromotableAppIds)
void
setMPromotablePageIds(List<String> mPromotablePageIds)
void
setMPromotableUrls(List<String> mPromotableUrls)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdAccountPromotableObjects
public AdAccountPromotableObjects()
-
-
Method Detail
-
getMPromotableAppIds
public List<String> getMPromotableAppIds()
-
setMPromotableAppIds
public void setMPromotableAppIds(List<String> mPromotableAppIds)
-
getMPromotablePageIds
public List<String> getMPromotablePageIds()
-
setMPromotablePageIds
public void setMPromotablePageIds(List<String> mPromotablePageIds)
-
getMPromotableUrls
public List<String> getMPromotableUrls()
-
setMPromotableUrls
public void setMPromotableUrls(List<String> mPromotableUrls)
-
-