Package com.mypurecloud.sdk.v2.model
Class RecordingNotificationTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingNotificationTemplate
- All Implemented Interfaces:
Serializable
RecordingNotificationTemplate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(RecordingTemplateBody body) The template body.buttons(List<RecordingTemplateButton> buttons) Template buttonsbooleanfooter(RecordingTemplateFooter footer) The template footer.getBody()getId()inthashCode()header(RecordingTemplateHeader header) The template header.Template language.voidsetBody(RecordingTemplateBody body) voidsetButtons(List<RecordingTemplateButton> buttons) voidsetFooter(RecordingTemplateFooter footer) voidsetHeader(RecordingTemplateHeader header) voidsetLanguage(String language) toString()
-
Constructor Details
-
RecordingNotificationTemplate
public RecordingNotificationTemplate() -
RecordingNotificationTemplate
-
-
Method Details
-
getId
-
language
Template language. -
getLanguage
-
setLanguage
-
header
The template header. -
getHeader
-
setHeader
-
body
The template body. -
getBody
-
setBody
-
buttons
Template buttons -
getButtons
-
setButtons
-
equals
-
hashCode
public int hashCode() -
toString
-