Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageInboxProjection |
InboxControllerApi.getAllInboxes(Integer page,
Integer size,
String sort,
Boolean favourite,
String search,
String tag,
Boolean teamAccess,
OffsetDateTime since,
OffsetDateTime before,
String inboxType,
UUID domainId)
List All Inboxes Paginated
List inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageInboxProjection> |
InboxControllerApi.getAllInboxesWithHttpInfo(Integer page,
Integer size,
String sort,
Boolean favourite,
String search,
String tag,
Boolean teamAccess,
OffsetDateTime since,
OffsetDateTime before,
String inboxType,
UUID domainId)
List All Inboxes Paginated
List inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxControllerApi.getAllInboxesAsync(Integer page,
Integer size,
String sort,
Boolean favourite,
String search,
String tag,
Boolean teamAccess,
OffsetDateTime since,
OffsetDateTime before,
String inboxType,
UUID domainId,
ApiCallback<PageInboxProjection> _callback)
List All Inboxes Paginated (asynchronously)
List inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
PageInboxProjection |
PageInboxProjection.addContentItem(InboxPreview contentItem) |
PageInboxProjection |
PageInboxProjection.content(List<InboxPreview> content) |
PageInboxProjection |
PageInboxProjection.empty(Boolean empty) |
PageInboxProjection |
PageInboxProjection.first(Boolean first) |
static PageInboxProjection |
PageInboxProjection.fromJson(String jsonString)
Create an instance of PageInboxProjection given an JSON string
|
PageInboxProjection |
PageInboxProjection.last(Boolean last) |
PageInboxProjection |
PageInboxProjection.number(Integer number) |
PageInboxProjection |
PageInboxProjection.numberOfElements(Integer numberOfElements) |
PageInboxProjection |
PageInboxProjection.pageable(PageableObject pageable) |
PageInboxProjection |
PageInboxProjection.size(Integer size) |
PageInboxProjection |
PageInboxProjection.sort(Sort sort) |
PageInboxProjection |
PageInboxProjection.total(Long total) |
PageInboxProjection |
PageInboxProjection.totalElements(Long totalElements) |
PageInboxProjection |
PageInboxProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.