Package com.mypurecloud.sdk.v2.model
Class FormIntroduction
java.lang.Object
com.mypurecloud.sdk.v2.model.FormIntroduction
- All Implemented Interfaces:
Serializable
Form introduction section with title, subtitle, image, and button text
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonText(String buttonText) Text for the start buttonbooleangetTitle()inthashCode()URL of the image to displayvoidsetButtonText(String buttonText) voidsetImageUrl(String imageUrl) voidsetSubtitle(String subtitle) voidSubtitle of the introductionTitle of the introductiontoString()
-
Constructor Details
-
FormIntroduction
public FormIntroduction() -
FormIntroduction
-
-
Method Details
-
title
Title of the introduction -
getTitle
-
setTitle
-
imageUrl
URL of the image to display -
getImageUrl
-
setImageUrl
-
subtitle
Subtitle of the introduction -
getSubtitle
-
setSubtitle
-
buttonText
Text for the start button -
getButtonText
-
setButtonText
-
equals
-
hashCode
public int hashCode() -
toString
-