Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageExpiredInboxRecordProjection |
ExpiredControllerApi.getExpiredInboxes(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
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,
OffsetDateTime since,
OffsetDateTime before)
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,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageExpiredInboxRecordProjection> _callback)
List records of expired inboxes (asynchronously)
Inboxes created with an expiration date will expire after the given date.
|
Modifier and Type | Method and Description |
---|---|
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.addContentItem(ExpiredInboxRecordProjection contentItem) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.content(List<ExpiredInboxRecordProjection> content) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.empty(Boolean empty) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.first(Boolean first) |
static PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.fromJson(String jsonString)
Create an instance of PageExpiredInboxRecordProjection given an JSON string
|
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.last(Boolean last) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.number(Integer number) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.numberOfElements(Integer numberOfElements) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.pageable(PageableObject pageable) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.size(Integer size) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.sort(Sort sort) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.total(Long total) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.totalElements(Long totalElements) |
PageExpiredInboxRecordProjection |
PageExpiredInboxRecordProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.