Class FormMessage

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

public class FormMessage extends Object implements Serializable
Form message with title, subtitle, and optional image
See Also:
  • Constructor Details

    • FormMessage

      public FormMessage()
    • FormMessage

      public FormMessage(Boolean initWithEmptyList)
  • Method Details

    • title

      public FormMessage title(String title)
      Title of the message
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • subtitle

      public FormMessage subtitle(String subtitle)
      Subtitle of the message
    • getSubtitle

      public String getSubtitle()
    • setSubtitle

      public void setSubtitle(String subtitle)
    • imageUrl

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

      public String getImageUrl()
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • 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