Package com.restfb.types.send
Class AbstractButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountLinkButton
,AccountUnlinkButton
,BuyButton
,CallButton
,GamePlayButton
,NestedButton
,PostbackButton
,ShareButton
,WebButton
public abstract class AbstractButton extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractButton(String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTitle()
String
getType()
protected void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-