Package com.mypurecloud.sdk.v2.model
Class ConversationContentListPickerItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentListPickerItem
- All Implemented Interfaces:
Serializable
Represents a selectable item in a list picker.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()Unique identifier for the list picker itemURL of an image to be displayed alongside the item.voidvoidsetImageUrl(String imageUrl) voidsetSubtitle(String subtitle) voidAdditional text providing more details about the item.The main text displayed for the item.toString()
-
Constructor Details
-
ConversationContentListPickerItem
public ConversationContentListPickerItem() -
ConversationContentListPickerItem
-
-
Method Details
-
id
Unique identifier for the list picker item -
getId
-
setId
-
title
The main text displayed for the item. -
getTitle
-
setTitle
-
subtitle
Additional text providing more details about the item. -
getSubtitle
-
setSubtitle
-
imageUrl
URL of an image to be displayed alongside the item. -
getImageUrl
-
setImageUrl
-
equals
-
hashCode
public int hashCode() -
toString
-