Uses of Class
com.mypurecloud.sdk.v2.model.ListPicker
Packages that use ListPicker
-
Uses of ListPicker in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ListPickerModifier and TypeMethodDescriptionRecordingFormPageComponent.getListPicker()RecordingMessagingMessage.getListPicker()Text to show in the header.Optional unique identifier to help map component replies to form messages where multiple List Pickers can be present.ListPicker.sections(List<ListPickerSection> sections) An array of sections in the List Picker.Text to show in the description.Text to show in the title.Methods in com.mypurecloud.sdk.v2.model with parameters of type ListPickerModifier and TypeMethodDescriptionRecordingFormPageComponent.listPicker(ListPicker listPicker) List Picker content.RecordingMessagingMessage.listPicker(ListPicker listPicker) ListPicker content object.voidRecordingFormPageComponent.setListPicker(ListPicker listPicker) voidRecordingMessagingMessage.setListPicker(ListPicker listPicker)