Package com.restfb.types.send
Class ListTemplatePayload
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.send.TemplatePayload
-
- com.restfb.types.send.SharableTemplatePayload
-
- com.restfb.types.send.ListTemplatePayload
-
- All Implemented Interfaces:
IsBroadcastPayload
,Serializable
@Deprecated @GraphAPI(until="4.0") public class ListTemplatePayload extends SharableTemplatePayload implements IsBroadcastPayload
Deprecated.with Graph API 4.0 this is no longer supportedImplementation of Vertical List View- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListTemplatePayload.TopElementStyleEnum
Deprecated.
-
Constructor Summary
Constructors Constructor Description ListTemplatePayload(List<ListViewElement> listViewElements)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
addButton(AbstractButton button)
Deprecated.List<AbstractButton>
getButtons()
Deprecated.List<ListViewElement>
getElements()
Deprecated.ListTemplatePayload.TopElementStyleEnum
getTopElementStyle()
Deprecated.Value must be large or compact.void
setTopElementStyle(ListTemplatePayload.TopElementStyleEnum topElementStyle)
Deprecated.Value must be large or compact.-
Methods inherited from class com.restfb.types.send.SharableTemplatePayload
isSharable, setSharable
-
Methods inherited from class com.restfb.types.send.TemplatePayload
getTemplateType, setTemplateType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ListTemplatePayload
public ListTemplatePayload(List<ListViewElement> listViewElements)
Deprecated.
-
-
Method Detail
-
addButton
public boolean addButton(AbstractButton button)
Deprecated.
-
getButtons
public List<AbstractButton> getButtons()
Deprecated.
-
getElements
public List<ListViewElement> getElements()
Deprecated.
-
getTopElementStyle
public ListTemplatePayload.TopElementStyleEnum getTopElementStyle()
Deprecated.Value must be large or compact. Default to large if not specified
-
setTopElementStyle
public void setTopElementStyle(ListTemplatePayload.TopElementStyleEnum topElementStyle)
Deprecated.Value must be large or compact. Default to large if not specified
-
-