Package com.mypurecloud.sdk.v2.model
Class Card
java.lang.Object
com.mypurecloud.sdk.v2.model.Card
- All Implemented Interfaces:
Serializable
Card
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(List<CardAction> actions) List of possible action objects.defaultAction(CardAction defaultAction) The default action to be taken.description(String description) Text to show in the description.booleangetTitle()getUrl()inthashCode()voidsetActions(List<CardAction> actions) voidsetDefaultAction(CardAction defaultAction) voidsetDescription(String description) voidvoidText to show in the title.toString()URL of an image.
-
Constructor Details
-
Card
public Card() -
Card
-
-
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
-
defaultAction
The default action to be taken. -
getDefaultAction
-
setDefaultAction
-
actions
List of possible action objects. -
getActions
-
setActions
-
equals
-
hashCode
public int hashCode() -
toString
-