Package com.mypurecloud.sdk.v2.model
Class ListPicker
java.lang.Object
com.mypurecloud.sdk.v2.model.ListPicker
- All Implemented Interfaces:
Serializable
ListPicker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()Text to show in the header.Optional unique identifier to help map component replies to form messages where multiple List Pickers can be present.sections(List<ListPickerSection> sections) An array of sections in the List Picker.voidvoidvoidsetSections(List<ListPickerSection> sections) voidsetSubtitle(String subtitle) voidText to show in the description.Text to show in the title.toString()
-
Constructor Details
-
ListPicker
public ListPicker() -
ListPicker
-
-
Method Details
-
id
Optional unique identifier to help map component replies to form messages where multiple List Pickers can be present. -
getId
-
setId
-
title
Text to show in the title. -
getTitle
-
setTitle
-
subtitle
Text to show in the description. -
getSubtitle
-
setSubtitle
-
header
Text to show in the header. -
getHeader
-
setHeader
-
sections
An array of sections in the List Picker. -
getSections
-
setSections
-
equals
-
hashCode
public int hashCode() -
toString
-