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