Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxByEmailAddressResult |
InboxControllerApi.getInboxByEmailAddress(String emailAddress)
Search for an inbox with the provided email address
Get a inbox result by email address
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<InboxByEmailAddressResult> |
InboxControllerApi.getInboxByEmailAddressWithHttpInfo(String emailAddress)
Search for an inbox with the provided email address
Get a inbox result by email address
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxControllerApi.getInboxByEmailAddressAsync(String emailAddress,
ApiCallback<InboxByEmailAddressResult> _callback)
Search for an inbox with the provided email address (asynchronously)
Get a inbox result by email address
|
Modifier and Type | Method and Description |
---|---|
InboxByEmailAddressResult |
InboxByEmailAddressResult.exists(Boolean exists) |
static InboxByEmailAddressResult |
InboxByEmailAddressResult.fromJson(String jsonString)
Create an instance of InboxByEmailAddressResult given an JSON string
|
InboxByEmailAddressResult |
InboxByEmailAddressResult.inboxId(UUID inboxId) |
Copyright © 2023. All rights reserved.