Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
InboxExistsDto |
InboxControllerApi.doesInboxExist(String emailAddress,
Boolean allowCatchAll)
Does inbox exist
Check if inboxes exist by email address.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<InboxExistsDto> |
InboxControllerApi.doesInboxExistWithHttpInfo(String emailAddress,
Boolean allowCatchAll)
Does inbox exist
Check if inboxes exist by email address.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxControllerApi.doesInboxExistAsync(String emailAddress,
Boolean allowCatchAll,
ApiCallback<InboxExistsDto> _callback)
Does inbox exist (asynchronously)
Check if inboxes exist by email address.
|
Modifier and Type | Method and Description |
---|---|
InboxExistsDto |
InboxExistsDto.exists(Boolean exists) |
static InboxExistsDto |
InboxExistsDto.fromJson(String jsonString)
Create an instance of InboxExistsDto given an JSON string
|
Copyright © 2023. All rights reserved.