Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
CustomizationApi.getEmailTemplate(String brandId,
String templateName,
List<String> expand)
Retrieve an Email Template
Retrieves the details of an email template by name
|
EmailTemplate |
CustomizationApi.getEmailTemplate(String brandId,
String templateName,
List<String> expand,
Map<String,String> additionalHeaders)
Retrieve an Email Template
Retrieves the details of an email template by name
|
Modifier and Type | Method and Description |
---|---|
List<EmailTemplate> |
CustomizationApi.listEmailTemplates(String brandId,
String after,
Integer limit,
List<String> expand)
List all Email Templates
Lists all email templates
|
List<EmailTemplate> |
CustomizationApi.listEmailTemplates(String brandId,
String after,
Integer limit,
List<String> expand,
Map<String,String> additionalHeaders)
List all Email Templates
Lists all email templates
|
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
EmailTemplate.embedded(EmailTemplateEmbedded embedded) |
EmailTemplate |
EmailTemplate.links(EmailTemplateLinks links) |
Copyright © 2017–2023 Okta. All rights reserved.