Class FormIntroduction

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

public class FormIntroduction extends Object implements Serializable
Form introduction section with title, subtitle, image, and button text
See Also:
  • Constructor Details

    • FormIntroduction

      public FormIntroduction()
    • FormIntroduction

      public FormIntroduction(Boolean initWithEmptyList)
  • Method Details

    • title

      public FormIntroduction title(String title)
      Title of the introduction
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • imageUrl

      public FormIntroduction imageUrl(String imageUrl)
      URL of the image to display
    • getImageUrl

      public String getImageUrl()
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • subtitle

      public FormIntroduction subtitle(String subtitle)
      Subtitle of the introduction
    • getSubtitle

      public String getSubtitle()
    • setSubtitle

      public void setSubtitle(String subtitle)
    • buttonText

      public FormIntroduction buttonText(String buttonText)
      Text for the start button
    • getButtonText

      public String getButtonText()
    • setButtonText

      public void setButtonText(String buttonText)
    • 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