Package com.mypurecloud.sdk.v2.model
Class RecordingWheelPickerItem
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingWheelPickerItem
- All Implemented Interfaces:
Serializable
RecordingWheelPickerItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()getValue()inthashCode()Unique identifier for the wheel picker item.isSelected(Boolean isSelected) Indicates if the item is selected by end customer.voidvoidsetIsSelected(Boolean isSelected) voidvoidThe main text displayed for the item.toString()The value of the item
-
Constructor Details
-
RecordingWheelPickerItem
public RecordingWheelPickerItem() -
RecordingWheelPickerItem
-
-
Method Details
-
id
Unique identifier for the wheel picker item. -
getId
-
setId
-
title
The main text displayed for the item. -
getTitle
-
setTitle
-
value
The value of the item -
getValue
-
setValue
-
isSelected
Indicates if the item is selected by end customer. -
getIsSelected
-
setIsSelected
-
equals
-
hashCode
public int hashCode() -
toString
-