Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageMissedEmailProjection |
MissedEmailControllerApi.getAllMissedEmails(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all MissedEmails in paginated format
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageMissedEmailProjection> |
MissedEmailControllerApi.getAllMissedEmailsWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId)
Get all MissedEmails in paginated format
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
MissedEmailControllerApi.getAllMissedEmailsAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
UUID inboxId,
ApiCallback<PageMissedEmailProjection> _callback)
Get all MissedEmails in paginated format (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
PageMissedEmailProjection |
PageMissedEmailProjection.addContentItem(MissedEmailProjection contentItem) |
PageMissedEmailProjection |
PageMissedEmailProjection.content(List<MissedEmailProjection> content) |
PageMissedEmailProjection |
PageMissedEmailProjection.empty(Boolean empty) |
PageMissedEmailProjection |
PageMissedEmailProjection.first(Boolean first) |
static PageMissedEmailProjection |
PageMissedEmailProjection.fromJson(String jsonString)
Create an instance of PageMissedEmailProjection given an JSON string
|
PageMissedEmailProjection |
PageMissedEmailProjection.last(Boolean last) |
PageMissedEmailProjection |
PageMissedEmailProjection.number(Integer number) |
PageMissedEmailProjection |
PageMissedEmailProjection.numberOfElements(Integer numberOfElements) |
PageMissedEmailProjection |
PageMissedEmailProjection.pageable(PageableObject pageable) |
PageMissedEmailProjection |
PageMissedEmailProjection.size(Integer size) |
PageMissedEmailProjection |
PageMissedEmailProjection.sort(Sort sort) |
PageMissedEmailProjection |
PageMissedEmailProjection.total(Long total) |
PageMissedEmailProjection |
PageMissedEmailProjection.totalElements(Long totalElements) |
PageMissedEmailProjection |
PageMissedEmailProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.