Package com.restfb.types.send
Class PostbackButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.PostbackButton
-
- All Implemented Interfaces:
MenuItem
,Serializable
public class PostbackButton extends AbstractButton implements MenuItem
Represents the Postback Button type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description PostbackButton(String title, String postbackPayload)
-
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
-
PostbackButton
public PostbackButton(String title, String postbackPayload)
-
-
Method Detail
-
getPayload
public String getPayload()
-
-