Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
TemplatePreview |
TemplateControllerApi.getTemplatePreviewJson(UUID templateId)
Get template preview Json
Get email template preview with passed template variables in JSON format.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<TemplatePreview> |
TemplateControllerApi.getTemplatePreviewJsonWithHttpInfo(UUID templateId)
Get template preview Json
Get email template preview with passed template variables in JSON format.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TemplateControllerApi.getTemplatePreviewJsonAsync(UUID templateId,
ApiCallback<TemplatePreview> _callback)
Get template preview Json (asynchronously)
Get email template preview with passed template variables in JSON format.
|
Modifier and Type | Method and Description |
---|---|
static TemplatePreview |
TemplatePreview.fromJson(String jsonString)
Create an instance of TemplatePreview given an JSON string
|
TemplatePreview |
TemplatePreview.preview(String preview) |
Copyright © 2023. All rights reserved.