Package com.restfb.types.ads
Class AdAssetFeedAdditionalData
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdAssetFeedAdditionalData
-
- All Implemented Interfaces:
Serializable
public class AdAssetFeedAdditionalData extends BaseAdsObject
Represents the Ad Asset Feed Additional Data Type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdAssetFeedAdditionalData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBrandPageId()
Boolean
getMultiShareEndCard()
void
setBrandPageId(String brandPageId)
void
setMultiShareEndCard(Boolean multiShareEndCard)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdAssetFeedAdditionalData
public AdAssetFeedAdditionalData()
-
-
Method Detail
-
getBrandPageId
public String getBrandPageId()
-
setBrandPageId
public void setBrandPageId(String brandPageId)
-
getMultiShareEndCard
public Boolean getMultiShareEndCard()
-
setMultiShareEndCard
public void setMultiShareEndCard(Boolean multiShareEndCard)
-
-