Package com.mypurecloud.sdk.v2.model
Class FormListPickerSection
java.lang.Object
com.mypurecloud.sdk.v2.model.FormListPickerSection
- All Implemented Interfaces:
Serializable
Section within a list picker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetItems()getTitle()inthashCode()items(List<FormListPickerItem> items) Items in this sectionmultipleSelection(Boolean multipleSelection) Whether multiple items can be selectedvoidsetItems(List<FormListPickerItem> items) voidsetMultipleSelection(Boolean multipleSelection) voidTitle of the sectiontoString()
-
Constructor Details
-
FormListPickerSection
public FormListPickerSection() -
FormListPickerSection
-
-
Method Details
-
title
Title of the section -
getTitle
-
setTitle
-
multipleSelection
Whether multiple items can be selected -
getMultipleSelection
-
setMultipleSelection
-
items
Items in this section -
getItems
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-