Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageContactProjection |
ContactControllerApi.getAllContacts(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all contacts
|
PageContactProjection |
GroupControllerApi.getGroupWithContactsPaginated(UUID groupId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get group and paginated contacts belonging to it
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageContactProjection> |
ContactControllerApi.getAllContactsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all contacts
|
ApiResponse<PageContactProjection> |
GroupControllerApi.getGroupWithContactsPaginatedWithHttpInfo(UUID groupId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get group and paginated contacts belonging to it
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ContactControllerApi.getAllContactsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageContactProjection> _callback)
Get all contacts (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsPaginatedAsync(UUID groupId,
Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
ApiCallback<PageContactProjection> _callback)
(asynchronously)
Get group and paginated contacts belonging to it
|
Modifier and Type | Method and Description |
---|---|
PageContactProjection |
PageContactProjection.addContentItem(ContactProjection contentItem) |
PageContactProjection |
PageContactProjection.content(List<ContactProjection> content) |
PageContactProjection |
PageContactProjection.empty(Boolean empty) |
PageContactProjection |
PageContactProjection.first(Boolean first) |
static PageContactProjection |
PageContactProjection.fromJson(String jsonString)
Create an instance of PageContactProjection given an JSON string
|
PageContactProjection |
PageContactProjection.last(Boolean last) |
PageContactProjection |
PageContactProjection.number(Integer number) |
PageContactProjection |
PageContactProjection.numberOfElements(Integer numberOfElements) |
PageContactProjection |
PageContactProjection.pageable(PageableObject pageable) |
PageContactProjection |
PageContactProjection.size(Integer size) |
PageContactProjection |
PageContactProjection.sort(Sort sort) |
PageContactProjection |
PageContactProjection.total(Long total) |
PageContactProjection |
PageContactProjection.totalElements(Long totalElements) |
PageContactProjection |
PageContactProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.