Package com.mailosaur.models
Class Preview
java.lang.Object
com.mailosaur.models.Preview
Describes an email preview.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTrue if images were disabled in the preview.Gets the email client the preview was generated with.id()Gets the unique identifier for the email preview.
-
Constructor Details
-
Preview
public Preview()
-
-
Method Details
-
id
Gets the unique identifier for the email preview.- Returns:
- The unique identifier for the email preview.
-
emailClient
Gets the email client the preview was generated with.- Returns:
- The email client the preview was generated with.
-
disableImages
True if images were disabled in the preview.- Returns:
- True if images were disabled in the preview.
-