Package com.restfb.types.send
Class CallButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.CallButton
-
- All Implemented Interfaces:
Serializable
public class CallButton extends AbstractButton
Represents the Call Button type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description CallButton(String title, String phonenumberPayload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPayload()
-
Methods inherited from class com.restfb.types.send.AbstractButton
getTitle, getType, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
CallButton
public CallButton(String title, String phonenumberPayload)
-
-
Method Detail
-
getPayload
public String getPayload()
-
-