Uses of Class
org.openapitools.client.model.EmailTemplate
Packages that use EmailTemplate
-
Uses of EmailTemplate in org.openapitools.client.api
Methods in org.openapitools.client.api that return EmailTemplateModifier and TypeMethodDescriptionCustomizationApi.getEmailTemplate(String brandId, String templateName, List<String> expand) Retrieve an Email Template Retrieves the details of an email template by nameMethods in org.openapitools.client.api that return types with arguments of type EmailTemplateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EmailTemplate>CustomizationApi.getEmailTemplateWithHttpInfo(String brandId, String templateName, List<String> expand) Retrieve an Email Template Retrieves the details of an email template by nameCustomizationApi.listEmailTemplates(String brandId, String after, Integer limit, List<String> expand) List all Email Templates Lists all email templatesorg.springframework.http.ResponseEntity<List<EmailTemplate>>CustomizationApi.listEmailTemplatesWithHttpInfo(String brandId, String after, Integer limit, List<String> expand) List all Email Templates Lists all email templates -
Uses of EmailTemplate in org.openapitools.client.model
Methods in org.openapitools.client.model that return EmailTemplateModifier and TypeMethodDescriptionEmailTemplate.embedded(EmailTemplateEmbedded embedded) EmailTemplate.links(EmailTemplateLinks links)