Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
EmailTextLinesResult |
EmailControllerApi.getEmailHTMLQuery(UUID emailId,
String htmlSelector)
Parse and return text from an email, stripping HTML and decoding encoded characters
Parse an email body and return the content as an array of text.
|
EmailTextLinesResult |
EmailControllerApi.getEmailTextLines(UUID emailId,
Boolean decodeHtmlEntities,
String lineSeparator)
Parse and return text from an email, stripping HTML and decoding encoded characters
Parse an email body and return the content as an array of strings.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<EmailTextLinesResult> |
EmailControllerApi.getEmailHTMLQueryWithHttpInfo(UUID emailId,
String htmlSelector)
Parse and return text from an email, stripping HTML and decoding encoded characters
Parse an email body and return the content as an array of text.
|
ApiResponse<EmailTextLinesResult> |
EmailControllerApi.getEmailTextLinesWithHttpInfo(UUID emailId,
Boolean decodeHtmlEntities,
String lineSeparator)
Parse and return text from an email, stripping HTML and decoding encoded characters
Parse an email body and return the content as an array of strings.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
EmailControllerApi.getEmailHTMLQueryAsync(UUID emailId,
String htmlSelector,
ApiCallback<EmailTextLinesResult> _callback)
Parse and return text from an email, stripping HTML and decoding encoded characters (asynchronously)
Parse an email body and return the content as an array of text.
|
okhttp3.Call |
EmailControllerApi.getEmailTextLinesAsync(UUID emailId,
Boolean decodeHtmlEntities,
String lineSeparator,
ApiCallback<EmailTextLinesResult> _callback)
Parse and return text from an email, stripping HTML and decoding encoded characters (asynchronously)
Parse an email body and return the content as an array of strings.
|
Modifier and Type | Method and Description |
---|---|
EmailTextLinesResult |
EmailTextLinesResult.addLinesItem(String linesItem) |
EmailTextLinesResult |
EmailTextLinesResult.body(String body) |
static EmailTextLinesResult |
EmailTextLinesResult.fromJson(String jsonString)
Create an instance of EmailTextLinesResult given an JSON string
|
EmailTextLinesResult |
EmailTextLinesResult.lines(List<String> lines) |
Copyright © 2023. All rights reserved.