Package com.restfb.types.send
Class NestedButton
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.AbstractButton
-
- com.restfb.types.send.NestedButton
-
- All Implemented Interfaces:
MenuItem
,Serializable
public class NestedButton extends AbstractButton implements MenuItem
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.restfb.types.send.AbstractButton
title
-
-
Constructor Summary
Constructors Constructor Description NestedButton(String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCallToAction(MenuItem item)
List<MenuItem>
getCallToActions()
Top-level menu items that user can interact with.-
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
-
NestedButton
public NestedButton(String title)
-
-
Method Detail
-
addCallToAction
public void addCallToAction(MenuItem item)
-
getCallToActions
public List<MenuItem> getCallToActions()
Top-level menu items that user can interact with.
-
-