Package com.mypurecloud.sdk.v2.model
Class ListPickerItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ListPickerItem
- All Implemented Interfaces:
Serializable
ListPickerItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()Unique identifier for the list picker itemWhether the item is selected.voidvoidsetSelected(Boolean selected) voidsetSubtitle(String subtitle) voidAdditional text providing more details about the item.The main text displayed for the item.toString()
-
Constructor Details
-
ListPickerItem
public ListPickerItem() -
ListPickerItem
-
-
Method Details
-
id
Unique identifier for the list picker item -
getId
-
setId
-
subtitle
Additional text providing more details about the item. -
getSubtitle
-
setSubtitle
-
title
The main text displayed for the item. -
getTitle
-
setTitle
-
selected
Whether the item is selected. -
getSelected
-
setSelected
-
equals
-
hashCode
public int hashCode() -
toString
-