Class ListItemComponent
java.lang.Object
cloud.genesys.webmessaging.sdk.model.ListItemComponent
- All Implemented Interfaces:
Serializable
An entry in a List template.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(ContentActions actions) The list item actions (Deprecated).description(String description) Text to show in the list item description.booleangetId()getImage()getRmid()getTitle()getType()inthashCode()An ID assigned to this list item.URL of an image.An ID of the rich message instance.voidsetActions(ContentActions actions) voidsetDescription(String description) voidvoidvoidvoidvoidsetType(ListItemType type) The main headline of the list item.toString()type(ListItemType type) The type of list item to render.
-
Constructor Details
-
ListItemComponent
public ListItemComponent()
-
-
Method Details
-
actions
The list item actions (Deprecated). -
getActions
-
setActions
-
description
Text to show in the list item description. -
getDescription
-
setDescription
-
id
An ID assigned to this list item. -
getId
-
setId
-
image
URL of an image. -
getImage
-
setImage
-
rmid
An ID of the rich message instance. -
getRmid
-
setRmid
-
title
The main headline of the list item. -
getTitle
-
setTitle
-
type
The type of list item to render. -
getType
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-