Package com.mailosaur.models
Class Link
java.lang.Object
com.mailosaur.models.BaseModel
com.mailosaur.models.Link
Data associated with a hyperlink found within an email or SMS message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mailosaur.models.BaseModel
nullableString
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
href
Gets the URL for the link.- Returns:
- The URL for the link.
-
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.
-