Package com.mypurecloud.sdk.v2.model
Class RecordingFormPage
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingFormPage
- All Implemented Interfaces:
Serializable
RecordingFormPage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTitle()inthashCode()pageComponents(List<RecordingFormPageComponent> pageComponents) Page components in this form page.voidsetPageComponents(List<RecordingFormPageComponent> pageComponents) voidsetSubtitle(String subtitle) voidText to show in the subtitle.Text to show in the title.toString()
-
Constructor Details
-
RecordingFormPage
public RecordingFormPage() -
RecordingFormPage
-
-
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
-