Package com.mailosaur.models
Class PreviewEmailClient
java.lang.Object
com.mailosaur.models.PreviewEmailClient
Describes an email client with which email previews can be generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf true, images can be disabled when generating previews.id()Gets the unique identifier of the email client.name()Gets the display name of the email client.Gets whether the platform is desktop, mobile, or web-based.Gets the type of platform on which the email client is running.Gets the platform version number.status()Gets the current status of the email client.
-
Constructor Details
-
PreviewEmailClient
public PreviewEmailClient()
-
-
Method Details
-
id
Gets the unique identifier of the email client.- Returns:
- The unique identifier of the email client.
-
name
Gets the display name of the email client.- Returns:
- The display name of the email client.
-
platformGroup
Gets whether the platform is desktop, mobile, or web-based.- Returns:
- Whether the platform is desktop, mobile, or web-based.
-
platformType
Gets the type of platform on which the email client is running.- Returns:
- The type of platform on which the email client is running.
-
platformVersion
Gets the platform version number.- Returns:
- The platform version number.
-
canDisableImages
If true, images can be disabled when generating previews.- Returns:
- If true, images can be disabled when generating previews.
-
status
Gets the current status of the email client.- Returns:
- The current status of the email client.
-