Package com.restfb.types
Class PostCallToAction
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.PostCallToAction
-
- All Implemented Interfaces:
Serializable
public class PostCallToAction extends FacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PostCallToAction.PostCallToActionValue
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description PostCallToAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostCallToAction.PostCallToActionValue
getValue()
void
setValue(PostCallToAction.PostCallToActionValue value)
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PostCallToAction
public PostCallToAction()
-
-
Method Detail
-
getValue
public PostCallToAction.PostCallToActionValue getValue()
-
setValue
public void setValue(PostCallToAction.PostCallToActionValue value)
-
-