Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageOrganizationInboxProjection |
InboxControllerApi.getOrganizationInboxes(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
List Organization Inboxes Paginated
List organization inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageOrganizationInboxProjection> |
InboxControllerApi.getOrganizationInboxesWithHttpInfo(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before)
List Organization Inboxes Paginated
List organization inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxControllerApi.getOrganizationInboxesAsync(Integer page,
Integer size,
String sort,
String searchFilter,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageOrganizationInboxProjection> _callback)
List Organization Inboxes Paginated (asynchronously)
List organization inboxes in paginated form.
|
Modifier and Type | Method and Description |
---|---|
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.addContentItem(OrganizationInboxProjection contentItem) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.content(List<OrganizationInboxProjection> content) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.empty(Boolean empty) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.first(Boolean first) |
static PageOrganizationInboxProjection |
PageOrganizationInboxProjection.fromJson(String jsonString)
Create an instance of PageOrganizationInboxProjection given an JSON string
|
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.last(Boolean last) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.number(Integer number) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.numberOfElements(Integer numberOfElements) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.pageable(PageableObject pageable) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.size(Integer size) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.sort(Sort sort) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.total(Long total) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.totalElements(Long totalElements) |
PageOrganizationInboxProjection |
PageOrganizationInboxProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.