Package com.mypurecloud.sdk.v2.model
Class ConversationContentListPickerSection
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentListPickerSection
- All Implemented Interfaces:
Serializable
List Picker object for presenting a section of selectable items.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetItems()getTitle()inthashCode()List of items to choice from in the sectionmultipleSelection(Boolean multipleSelection) Whether multiple items can be selected in this section.voidvoidsetMultipleSelection(Boolean multipleSelection) voidRequired title for the section.toString()
-
Constructor Details
-
ConversationContentListPickerSection
public ConversationContentListPickerSection() -
ConversationContentListPickerSection
-
-
Method Details
-
title
Required title for the section. -
getTitle
-
setTitle
-
multipleSelection
Whether multiple items can be selected in this section. -
getMultipleSelection
-
setMultipleSelection
-
items
List of items to choice from in the section -
getItems
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-