Package com.mypurecloud.sdk.v2.model
Class SurveyForm
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyForm
- All Implemented Interfaces:
Serializable
SurveyForm
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIs this form disabledbooleanMarkdown text for the bottom of the form.getId()getName()inthashCode()Markdown text for the top of the form.Language for survey viewer localization.The survey form nameIs this form publishedquestionGroups(List<SurveyQuestionGroup> questionGroups) A list of question groupsvoidsetDisabled(Boolean disabled) voidvoidvoidsetLanguage(String language) voidvoidsetPublished(Boolean published) voidsetQuestionGroups(List<SurveyQuestionGroup> questionGroups) toString()
-
Constructor Details
-
SurveyForm
public SurveyForm() -
SurveyForm
-
-
Method Details
-
getId
-
name
The survey form name -
getName
-
setName
-
getModifiedDate
-
published
Is this form published -
getPublished
-
setPublished
-
disabled
Is this form disabled -
getDisabled
-
setDisabled
-
getContextId
-
language
Language for survey viewer localization. Currently localized languages: da, de, en-US, es, fi, fr, it, ja, ko, nl, no, pl, pt-BR, sv, th, tr, zh-CH, zh-TW -
getLanguage
-
setLanguage
-
header
Markdown text for the top of the form. -
getHeader
-
setHeader
-
questionGroups
A list of question groups -
getQuestionGroups
-
setQuestionGroups
-
getPublishedVersions
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-