| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageExpiredInboxRecordProjection |
ExpiredControllerApi.getExpiredInboxes(Integer page,
Integer size,
String sort)
List records of expired inboxes
Inboxes created with an expiration date will expire after the given date.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageExpiredInboxRecordProjection> |
ExpiredControllerApi.getExpiredInboxesWithHttpInfo(Integer page,
Integer size,
String sort)
List records of expired inboxes
Inboxes created with an expiration date will expire after the given date.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ExpiredControllerApi.getExpiredInboxesAsync(Integer page,
Integer size,
String sort,
ApiCallback<PageExpiredInboxRecordProjection> _callback)
List records of expired inboxes (asynchronously)
Inboxes created with an expiration date will expire after the given date.
|
Copyright © 2021. All rights reserved.