Package com.restfb.types.send
Class ListViewElement
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.ListViewElement
-
- All Implemented Interfaces:
Serializable
public class ListViewElement extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListViewElement(String title)
-
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
getSubtitle()
String
getTitle()
void
setDefaultAction(DefaultAction defaultAction)
void
setImageUrl(String imageUrl)
void
setSubtitle(String subtitle)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ListViewElement
public ListViewElement(String title)
-
-
Method Detail
-
addButton
public boolean addButton(AbstractButton button)
-
getButtons
public List<AbstractButton> getButtons()
-
getSubtitle
public String getSubtitle()
-
setSubtitle
public void setSubtitle(String subtitle)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getDefaultAction
public DefaultAction getDefaultAction()
-
setDefaultAction
public void setDefaultAction(DefaultAction defaultAction)
-
-