Package com.mypurecloud.sdk.v2.model
Class CardParameters
java.lang.Object
com.mypurecloud.sdk.v2.model.CardParameters
- All Implemented Interfaces:
Serializable
Template parameters for a single carousel card
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyParameters(List<TemplateParameter> bodyParameters) A list of Response Management carousel card body parameter substitutions for the response's messaging templatebuttonUrlParameters(List<TemplateParameter> buttonUrlParameters) A list of Response Management carousel card button URL parameter substitutions for the response's messaging templatebooleangetIndex()inthashCode()Index of the card in the carousel templatevoidsetBodyParameters(List<TemplateParameter> bodyParameters) voidsetButtonUrlParameters(List<TemplateParameter> buttonUrlParameters) voidtoString()
-
Constructor Details
-
CardParameters
public CardParameters() -
CardParameters
-
-
Method Details
-
index
Index of the card in the carousel template -
getIndex
-
setIndex
-
bodyParameters
A list of Response Management carousel card body parameter substitutions for the response's messaging template -
getBodyParameters
-
setBodyParameters
-
buttonUrlParameters
A list of Response Management carousel card button URL parameter substitutions for the response's messaging template -
getButtonUrlParameters
-
setButtonUrlParameters
-
equals
-
hashCode
public int hashCode() -
toString
-