Uses of Class
com.mypurecloud.sdk.v2.model.ListPickerSection
Packages that use ListPickerSection
-
Uses of ListPickerSection in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ListPickerSectionModifier and TypeMethodDescriptionListPickerSection.items(List<ListPickerItem> items) List of items to choose from in the sectionListPickerSection.multipleSelection(Boolean multipleSelection) Whether multiple items can be selected in this section.Required title for the section.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ListPickerSectionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ListPickerSectionModifier and TypeMethodDescriptionListPicker.sections(List<ListPickerSection> sections) An array of sections in the List Picker.voidListPicker.setSections(List<ListPickerSection> sections)