Class ContentList
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.ContentList
-
- All Implemented Interfaces:
Serializable
public class ContentList extends Object implements Serializable
List content (Deprecated). List content object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentListactions(ContentActions actions)The list actions (Deprecated).ContentListcomponents(List<ListItemComponent> components)An array of component objects.ContentListdescription(String description)Text to show in the description.booleanequals(Object o)ContentActionsgetActions()List<ListItemComponent>getComponents()StringgetDescription()StringgetId()ListTypegetListType()StringgetSubmitLabel()StringgetTitle()inthashCode()ContentListid(String id)A unique ID assigned to this rich message content.ContentListlistType(ListType listType)The type of list this instance represents.voidsetActions(ContentActions actions)voidsetComponents(List<ListItemComponent> components)voidsetDescription(String description)voidsetId(String id)voidsetListType(ListType listType)voidsetSubmitLabel(String submitLabel)voidsetTitle(String title)ContentListsubmitLabel(String submitLabel)Label for Submit button.ContentListtitle(String title)Text to show in the title.StringtoString()
-
-
-
Method Detail
-
actions
public ContentList actions(ContentActions actions)
The list actions (Deprecated).
-
getActions
public ContentActions getActions()
-
setActions
public void setActions(ContentActions actions)
-
components
public ContentList components(List<ListItemComponent> components)
An array of component objects.
-
getComponents
public List<ListItemComponent> getComponents()
-
setComponents
public void setComponents(List<ListItemComponent> components)
-
description
public ContentList description(String description)
Text to show in the description.
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
id
public ContentList id(String id)
A unique ID assigned to this rich message content.
-
getId
public String getId()
-
setId
public void setId(String id)
-
listType
public ContentList listType(ListType listType)
The type of list this instance represents.
-
getListType
public ListType getListType()
-
setListType
public void setListType(ListType listType)
-
submitLabel
public ContentList submitLabel(String submitLabel)
Label for Submit button.
-
getSubmitLabel
public String getSubmitLabel()
-
setSubmitLabel
public void setSubmitLabel(String submitLabel)
-
title
public ContentList title(String title)
Text to show in the title.
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
-