Package com.restfb.types.send
Class CallToAction
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.CallToAction
-
- All Implemented Interfaces:
Serializable
public class CallToAction extends AbstractFacebookType
Used to send a new welcome message to Facebook and set it on a page. Have a look at the integration tests or the documentation for further informationhave a look at the Facebook documentation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallToAction(String payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayload()
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
CallToAction
public CallToAction(String payload)
-
-
Method Detail
-
getPayload
public String getPayload()
-
-