| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
EmailHtmlDto |
EmailControllerApi.getEmailHTMLJson(UUID emailId,
Boolean decode)
Get email content as HTML in JSON wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EmailHtmlDto> |
EmailControllerApi.getEmailHTMLJsonWithHttpInfo(UUID emailId,
Boolean decode)
Get email content as HTML in JSON wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EmailControllerApi.getEmailHTMLJsonAsync(UUID emailId,
Boolean decode,
ApiCallback<EmailHtmlDto> _callback)
Get email content as HTML in JSON wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
EmailHtmlDto |
EmailHtmlDto.body(String body) |
static EmailHtmlDto |
EmailHtmlDto.fromJson(String jsonString)
Create an instance of EmailHtmlDto given an JSON string
|
EmailHtmlDto |
EmailHtmlDto.subject(String subject) |
Copyright © 2023. All rights reserved.