Package com.restfb.types.ads
Class AdCreativeLinkDataCallToAction
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdCreativeLinkDataCallToAction
-
- All Implemented Interfaces:
Serializable
public class AdCreativeLinkDataCallToAction extends AbstractFacebookType
Represents the AdCreativeLinkDataCallToAction Marketing API type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdCreativeLinkDataCallToAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
AdCreativeLinkDataCallToActionValue
getValue()
void
setType(String type)
The type of the action.void
setValue(AdCreativeLinkDataCallToActionValue value)
JSON containing the call to action data.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdCreativeLinkDataCallToAction
public AdCreativeLinkDataCallToAction()
-
-
Method Detail
-
setType
public void setType(String type)
The type of the action. Not all types can be used for all ads. Check Ads Product Guide to see which type can be used based on the objective of your campaign.
-
getValue
public AdCreativeLinkDataCallToActionValue getValue()
- Returns:
- JSON containing the call to action data.
-
setValue
public void setValue(AdCreativeLinkDataCallToActionValue value)
JSON containing the call to action data.
-
-