Class Link


public class Link extends BaseModel
Data associated with a hyperlink found within an email or SMS message.
  • Constructor Details

    • Link

      public Link()
  • Method Details

    • href

      public String href()
      Gets the URL for the link.
      Returns:
      The URL for the link.
    • text

      public String text()
      The display text of the link. This is particular useful for understanding how a link was displayed within HTML content.
      Returns:
      The display text of the link.