Uses of Class
org.openapitools.client.model.EmailPreview
Packages that use EmailPreview
-
Uses of EmailPreview in org.openapitools.client.api
Methods in org.openapitools.client.api that return EmailPreviewModifier and TypeMethodDescriptionCustomizationApi.getCustomizationPreview
(String brandId, String templateName, String customizationId) Retrieve a Preview of an Email Customization Generates a preview of an email customization.CustomizationApi.getEmailDefaultPreview
(String brandId, String templateName, String language) Retrieve a Preview of the Email Template Default Content Generates a preview of an email template's default content.Methods in org.openapitools.client.api that return types with arguments of type EmailPreviewModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EmailPreview>
CustomizationApi.getCustomizationPreviewWithHttpInfo
(String brandId, String templateName, String customizationId) Retrieve a Preview of an Email Customization Generates a preview of an email customization.org.springframework.http.ResponseEntity<EmailPreview>
CustomizationApi.getEmailDefaultPreviewWithHttpInfo
(String brandId, String templateName, String language) Retrieve a Preview of the Email Template Default Content Generates a preview of an email template's default content. -
Uses of EmailPreview in org.openapitools.client.model
Methods in org.openapitools.client.model that return EmailPreview