Package com.mypurecloud.sdk.v2.model
Class RecordingTemplateButton
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingTemplateButton
- All Implemented Interfaces:
Serializable
RecordingTemplateButton
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the type of the button. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIndex()getText()getType()getUrl()inthashCode()Index of the button in the list.isSelected(Boolean isSelected) Indicates if the button is selected by end customer.phoneNumber(String phoneNumber) Button phone number.voidvoidsetIsSelected(Boolean isSelected) voidsetPhoneNumber(String phoneNumber) voidvoidvoidButton text message.toString()Specifies the type of the button.Button URL link.
-
Constructor Details
-
RecordingTemplateButton
public RecordingTemplateButton() -
RecordingTemplateButton
-
-
Method Details
-
type
Specifies the type of the button. -
getType
-
setType
-
text
Button text message. -
getText
-
setText
-
index
Index of the button in the list. -
getIndex
-
setIndex
-
phoneNumber
Button phone number. -
getPhoneNumber
-
setPhoneNumber
-
url
Button URL link. -
getUrl
-
setUrl
-
isSelected
Indicates if the button is selected by end customer. -
getIsSelected
-
setIsSelected
-
equals
-
hashCode
public int hashCode() -
toString
-