Package com.mailosaur.models
Class MessageContent
java.lang.Object
com.mailosaur.models.BaseModel
com.mailosaur.models.MessageContent
The content of the message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mailosaur.models.BaseModel
nullableString
-
Constructor Details
-
MessageContent
public MessageContent()
-
-
Method Details
-
links
Gets any hyperlinks found within this content.- Returns:
- Any hyperlinks found within this content.
-
codes
Gets any verification codes found within this content.- Returns:
- Any verification codes found within this content.
-
images
Gets any images found within this content.- Returns:
- Any images found within this content.
-
body
Gets the HTML or plain text body of the message.- Returns:
- The HTML or plain text body of the message.
-