Package com.restfb.types.ads
Class AdCreativeInteractiveComponentsSpec
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdCreativeInteractiveComponentsSpec
-
- All Implemented Interfaces:
Serializable
public class AdCreativeInteractiveComponentsSpec extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdCreativeInteractiveComponentsSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getMComponents()
void
setMComponents(List<String> mComponents)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdCreativeInteractiveComponentsSpec
public AdCreativeInteractiveComponentsSpec()
-
-
Method Detail
-
getMComponents
public List<String> getMComponents()
-
setMComponents
public void setMComponents(List<String> mComponents)
-
-