| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageContactProjection |
ContactControllerApi.getAllContacts(Integer page,
Integer size,
String sort)
Get all contacts
|
PageContactProjection |
GroupControllerApi.getGroupWithContactsPaginated(UUID groupId,
Integer page,
Integer size,
String sort)
Get group and paginated contacts belonging to it
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageContactProjection> |
ContactControllerApi.getAllContactsWithHttpInfo(Integer page,
Integer size,
String sort)
Get all contacts
|
ApiResponse<PageContactProjection> |
GroupControllerApi.getGroupWithContactsPaginatedWithHttpInfo(UUID groupId,
Integer page,
Integer size,
String sort)
Get group and paginated contacts belonging to it
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ContactControllerApi.getAllContactsAsync(Integer page,
Integer size,
String sort,
ApiCallback<PageContactProjection> _callback)
Get all contacts (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsPaginatedAsync(UUID groupId,
Integer page,
Integer size,
String sort,
ApiCallback<PageContactProjection> _callback)
Get group and paginated contacts belonging to it (asynchronously)
|
| 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) |
PageContactProjection |
PageContactProjection.last(Boolean last) |
PageContactProjection |
PageContactProjection.number(Integer number) |
PageContactProjection |
PageContactProjection.numberOfElements(Integer numberOfElements) |
PageContactProjection |
PageContactProjection.pageable(Pageable pageable) |
PageContactProjection |
PageContactProjection.size(Integer size) |
PageContactProjection |
PageContactProjection.sort(Sort sort) |
PageContactProjection |
PageContactProjection.totalElements(Long totalElements) |
PageContactProjection |
PageContactProjection.totalPages(Integer totalPages) |
Copyright © 2021. All rights reserved.