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