Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
EmailContentMatchResult |
EmailControllerApi.getEmailContentMatch(UUID emailId,
ContentMatchOptions contentMatchOptions)
Get email content regex pattern match results.
|
okhttp3.Call |
EmailControllerApi.getEmailContentMatchAsync(UUID emailId,
ContentMatchOptions contentMatchOptions,
ApiCallback<EmailContentMatchResult> _callback)
Get email content regex pattern match results.
|
okhttp3.Call |
EmailControllerApi.getEmailContentMatchCall(UUID emailId,
ContentMatchOptions contentMatchOptions,
ApiCallback _callback)
Build call for getEmailContentMatch
|
ApiResponse<EmailContentMatchResult> |
EmailControllerApi.getEmailContentMatchWithHttpInfo(UUID emailId,
ContentMatchOptions contentMatchOptions)
Get email content regex pattern match results.
|
Modifier and Type | Method and Description |
---|---|
static ContentMatchOptions |
ContentMatchOptions.fromJson(String jsonString)
Create an instance of ContentMatchOptions given an JSON string
|
ContentMatchOptions |
ContentMatchOptions.pattern(String pattern) |
Copyright © 2023. All rights reserved.