Package com.mypurecloud.sdk.v2.model
Class FormMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.FormMessage
- All Implemented Interfaces:
Serializable
Form message with title, subtitle, and optional image
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTitle()inthashCode()URL of the image to displayvoidsetImageUrl(String imageUrl) voidsetSubtitle(String subtitle) voidSubtitle of the messageTitle of the messagetoString()
-
Constructor Details
-
FormMessage
public FormMessage() -
FormMessage
-
-
Method Details
-
title
Title of the message -
getTitle
-
setTitle
-
subtitle
Subtitle of the message -
getSubtitle
-
setSubtitle
-
imageUrl
URL of the image to display -
getImageUrl
-
setImageUrl
-
equals
-
hashCode
public int hashCode() -
toString
-