Package com.mypurecloud.sdk.v2.model
Class GenericTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.GenericTemplate
- All Implemented Interfaces:
Serializable
GenericTemplate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(RecordingContentActions actions) Actions to be taken.components(List<RecordingButtonComponent> components) List of button components offered with this message content.description(String description) Text to show in the description.booleangetTitle()getUrl()inthashCode()voidsetActions(RecordingContentActions actions) voidsetComponents(List<RecordingButtonComponent> components) voidsetDescription(String description) voidvoidText to show in the title.toString()URL of an image.
-
Constructor Details
-
GenericTemplate
public GenericTemplate() -
GenericTemplate
-
-
Method Details
-
title
Text to show in the title. -
getTitle
-
setTitle
-
description
Text to show in the description. -
getDescription
-
setDescription
-
url
URL of an image. -
getUrl
-
setUrl
-
components
List of button components offered with this message content. -
getComponents
-
setComponents
-
actions
Actions to be taken. -
getActions
-
setActions
-
equals
-
hashCode
public int hashCode() -
toString
-