Class RichLink

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

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

    • RichLink

      public RichLink()
    • RichLink

      public RichLink(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • header

      public RichLink header(RichLinkHeader header)
      Header for the Rich Link.
    • getHeader

      public RichLinkHeader getHeader()
    • setHeader

      public void setHeader(RichLinkHeader header)
    • footer

      public RichLink footer(String footer)
      Footer text for the Rich Link.
    • getFooter

      public String getFooter()
    • setFooter

      public void setFooter(String footer)
    • text

      public RichLink text(String text)
      Text for the body of the Rich Link.
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • url

      public RichLink url(String url)
      Url for the Rich Link.
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • urlLabel

      public RichLink urlLabel(String urlLabel)
      Label for the URL of the Rich link.
    • getUrlLabel

      public String getUrlLabel()
    • setUrlLabel

      public void setUrlLabel(String urlLabel)
    • 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