Class MessageContent

java.lang.Object
com.mailosaur.models.BaseModel
com.mailosaur.models.MessageContent

public class MessageContent extends BaseModel
The content of the message.
  • Constructor Details

    • MessageContent

      public MessageContent()
  • Method Details

    • links

      public List<Link> links()
      Gets any hyperlinks found within this content.
      Returns:
      Any hyperlinks found within this content.
    • codes

      public List<Code> codes()
      Gets any verification codes found within this content.
      Returns:
      Any verification codes found within this content.
    • images

      public List<Image> images()
      Gets any images found within this content.
      Returns:
      Any images found within this content.
    • body

      public String body()
      Gets the HTML or plain text body of the message.
      Returns:
      The HTML or plain text body of the message.