| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
FlushExpiredInboxesResult | 
InboxControllerApi.flushExpired(OffsetDateTime before)
Remove expired inboxes
 Remove any expired inboxes for your account (instead of waiting for scheduled removal on server) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<FlushExpiredInboxesResult> | 
InboxControllerApi.flushExpiredWithHttpInfo(OffsetDateTime before)
Remove expired inboxes
 Remove any expired inboxes for your account (instead of waiting for scheduled removal on server) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
InboxControllerApi.flushExpiredAsync(OffsetDateTime before,
                 ApiCallback<FlushExpiredInboxesResult> _callback)
Remove expired inboxes (asynchronously)
 Remove any expired inboxes for your account (instead of waiting for scheduled removal on server) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FlushExpiredInboxesResult | 
FlushExpiredInboxesResult.addInboxIdsItem(UUID inboxIdsItem)  | 
FlushExpiredInboxesResult | 
FlushExpiredInboxesResult.expireBefore(OffsetDateTime expireBefore)  | 
static FlushExpiredInboxesResult | 
FlushExpiredInboxesResult.fromJson(String jsonString)
Create an instance of FlushExpiredInboxesResult given an JSON string 
 | 
FlushExpiredInboxesResult | 
FlushExpiredInboxesResult.inboxIds(List<UUID> inboxIds)  | 
Copyright © 2023. All rights reserved.