Class ContentList
java.lang.Object
cloud.genesys.webmessaging.sdk.model.ContentList
- All Implemented Interfaces:
Serializable
List content (Deprecated). List content object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(ContentActions actions) The list actions (Deprecated).components(List<ListItemComponent> components) An array of component objects.description(String description) Text to show in the description.booleangetId()getTitle()inthashCode()A unique ID assigned to this rich message content.The type of list this instance represents.voidsetActions(ContentActions actions) voidsetComponents(List<ListItemComponent> components) voidsetDescription(String description) voidvoidsetListType(ListType listType) voidsetSubmitLabel(String submitLabel) voidsubmitLabel(String submitLabel) Label for Submit button.Text to show in the title.toString()
-
Constructor Details
-
ContentList
public ContentList()
-
-
Method Details
-
actions
The list actions (Deprecated). -
getActions
-
setActions
-
components
An array of component objects. -
getComponents
-
setComponents
-
description
Text to show in the description. -
getDescription
-
setDescription
-
id
A unique ID assigned to this rich message content. -
getId
-
setId
-
listType
The type of list this instance represents. -
getListType
-
setListType
-
submitLabel
Label for Submit button. -
getSubmitLabel
-
setSubmitLabel
-
title
Text to show in the title. -
getTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-