Class SurveyForm

java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyForm
All Implemented Interfaces:
Serializable

public class SurveyForm extends Object implements Serializable
SurveyForm
See Also:
  • Constructor Details

    • SurveyForm

      public SurveyForm()
    • SurveyForm

      public SurveyForm(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public SurveyForm name(String name)
      The survey form name
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getModifiedDate

      public Date getModifiedDate()
    • published

      public SurveyForm published(Boolean published)
      Is this form published
    • getPublished

      public Boolean getPublished()
    • setPublished

      public void setPublished(Boolean published)
    • disabled

      public SurveyForm disabled(Boolean disabled)
      Is this form disabled
    • getDisabled

      public Boolean getDisabled()
    • setDisabled

      public void setDisabled(Boolean disabled)
    • getContextId

      public String getContextId()
    • language

      public SurveyForm language(String 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

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • header

      public SurveyForm header(String header)
      Markdown text for the top of the form.
    • getHeader

      public String getHeader()
    • setHeader

      public void setHeader(String header)
    • footer

      public SurveyForm footer(String footer)
      Markdown text for the bottom of the form.
    • getFooter

      public String getFooter()
    • setFooter

      public void setFooter(String footer)
    • questionGroups

      public SurveyForm questionGroups(List<SurveyQuestionGroup> questionGroups)
      A list of question groups
    • getQuestionGroups

      public List<SurveyQuestionGroup> getQuestionGroups()
    • setQuestionGroups

      public void setQuestionGroups(List<SurveyQuestionGroup> questionGroups)
    • getPublishedVersions

      public DomainEntityListingSurveyForm getPublishedVersions()
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object