| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageInboxProjection |
InboxControllerApi.getAllInboxes(Boolean favourite,
Integer page,
String search,
Integer size,
String sort,
String tag,
Boolean teamAccess)
List All Inboxes Paginated
List inboxes in paginated form.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageInboxProjection> |
InboxControllerApi.getAllInboxesWithHttpInfo(Boolean favourite,
Integer page,
String search,
Integer size,
String sort,
String tag,
Boolean teamAccess)
List All Inboxes Paginated
List inboxes in paginated form.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InboxControllerApi.getAllInboxesAsync(Boolean favourite,
Integer page,
String search,
Integer size,
String sort,
String tag,
Boolean teamAccess,
ApiCallback<PageInboxProjection> _callback)
List All Inboxes Paginated (asynchronously)
List inboxes in paginated form.
|
| Modifier and Type | Method and Description |
|---|---|
PageInboxProjection |
PageInboxProjection.addContentItem(InboxProjection contentItem) |
PageInboxProjection |
PageInboxProjection.content(List<InboxProjection> content) |
PageInboxProjection |
PageInboxProjection.empty(Boolean empty) |
PageInboxProjection |
PageInboxProjection.first(Boolean first) |
PageInboxProjection |
PageInboxProjection.last(Boolean last) |
PageInboxProjection |
PageInboxProjection.number(Integer number) |
PageInboxProjection |
PageInboxProjection.numberOfElements(Integer numberOfElements) |
PageInboxProjection |
PageInboxProjection.pageable(Pageable pageable) |
PageInboxProjection |
PageInboxProjection.size(Integer size) |
PageInboxProjection |
PageInboxProjection.sort(Sort sort) |
PageInboxProjection |
PageInboxProjection.totalElements(Long totalElements) |
PageInboxProjection |
PageInboxProjection.totalPages(Integer totalPages) |
Copyright © 2021. All rights reserved.