Package com.mypurecloud.sdk.v2.model
Class RecordingWheelPicker
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingWheelPicker
- All Implemented Interfaces:
Serializable
RecordingWheelPicker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getItems()inthashCode()Optional unique identifier to help map component replies to form messages where multiple Wheel Pickers can be present.items(List<RecordingWheelPickerItem> items) An array of options in the Wheel Picker.voidvoidsetItems(List<RecordingWheelPickerItem> items) toString()
-
Constructor Details
-
RecordingWheelPicker
public RecordingWheelPicker() -
RecordingWheelPicker
-
-
Method Details
-
id
Optional unique identifier to help map component replies to form messages where multiple Wheel Pickers can be present. -
getId
-
setId
-
items
An array of options in the Wheel Picker. -
getItems
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-