Uses of Class
com.mypurecloud.sdk.v2.model.RecordingTemplateButton
Packages that use RecordingTemplateButton
-
Uses of RecordingTemplateButton in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingTemplateButtonModifier and TypeMethodDescriptionIndex of the button in the list.RecordingTemplateButton.isSelected(Boolean isSelected) Indicates if the button is selected by end customer.RecordingTemplateButton.phoneNumber(String phoneNumber) Button phone number.Button text message.RecordingTemplateButton.type(RecordingTemplateButton.TypeEnum type) Specifies the type of the button.Button URL link.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type RecordingTemplateButtonModifier and TypeMethodDescriptionRecordingNotificationTemplate.getButtons()RecordingTemplateCard.getButtons()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type RecordingTemplateButtonModifier and TypeMethodDescriptionRecordingNotificationTemplate.buttons(List<RecordingTemplateButton> buttons) Template buttonsRecordingTemplateCard.buttons(List<RecordingTemplateButton> buttons) Template buttons.voidRecordingNotificationTemplate.setButtons(List<RecordingTemplateButton> buttons) voidRecordingTemplateCard.setButtons(List<RecordingTemplateButton> buttons)