Uses of Class
com.mailosaur.models.PreviewRequest
Packages that use PreviewRequest
Package
Description
This package contains the models classes for MailosaurClient.
-
Uses of PreviewRequest in com.mailosaur.models
Methods in com.mailosaur.models that return PreviewRequestModifier and TypeMethodDescriptionPreviewRequest.withDisableImages(Boolean disableImages) Sets whether images should be disabled in the preview (only if supported by the client).PreviewRequest.withEmailClient(String emailClient) Sets the email client you wish to generate a preview for.Method parameters in com.mailosaur.models with type arguments of type PreviewRequestModifier and TypeMethodDescriptionPreviewRequestOptions.withPreviews(List<PreviewRequest> previews) Sets the list of email preview requests.