Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentListPickerSection
Packages that use ConversationContentListPickerSection
-
Uses of ConversationContentListPickerSection in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentListPickerSectionModifier and TypeMethodDescriptionConversationContentListPickerSection.items(List<ConversationContentListPickerItem> items) List of items to choice from in the sectionConversationContentListPickerSection.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 ConversationContentListPickerSectionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationContentListPickerSectionModifier and TypeMethodDescriptionConversationContentListPicker.sections(List<ConversationContentListPickerSection> sections) An array of sections in the List Picker.voidConversationContentListPicker.setSections(List<ConversationContentListPickerSection> sections)