Package com.restfb.types.send
Class Bubble
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.Bubble
-
- All Implemented Interfaces:
Serializable
public class Bubble extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addButton(AbstractButton button)
List<AbstractButton>
getButtons()
DefaultAction
getDefaultAction()
String
getImageUrl()
String
getItemUrl()
String
getSubtitle()
String
getTitle()
void
setDefaultAction(DefaultAction defaultAction)
void
setImageUrl(String imageUrl)
void
setItemUrl(String itemUrl)
void
setSubtitle(String subtitle)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
addButton
public boolean addButton(AbstractButton button)
-
getItemUrl
public String getItemUrl()
-
setItemUrl
public void setItemUrl(String itemUrl)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getSubtitle
public String getSubtitle()
-
setSubtitle
public void setSubtitle(String subtitle)
-
getDefaultAction
public DefaultAction getDefaultAction()
-
setDefaultAction
public void setDefaultAction(DefaultAction defaultAction)
-
getButtons
public List<AbstractButton> getButtons()
-
-