Package com.mypurecloud.sdk.v2.model
Class ConversationFormPage
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationFormPage
- All Implemented Interfaces:
Serializable
Form page object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTitle()inthashCode()pageComponents(List<ConversationFormPageComponent> pageComponents) Page components in this form page.voidsetPageComponents(List<ConversationFormPageComponent> pageComponents) voidsetSubtitle(String subtitle) voidText to show in the subtitle.Text to show in the title.toString()
-
Constructor Details
-
ConversationFormPage
public ConversationFormPage() -
ConversationFormPage
-
-
Method Details
-
title
Text to show in the title. -
getTitle
-
setTitle
-
subtitle
Text to show in the subtitle. -
getSubtitle
-
setSubtitle
-
pageComponents
Page components in this form page. -
getPageComponents
-
setPageComponents
-
equals
-
hashCode
public int hashCode() -
toString
-