| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageGroupProjection |
GroupControllerApi.getAllGroups(Integer page,
Integer size,
String sort)
Get all Contact Groups in paginated format
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageGroupProjection> |
GroupControllerApi.getAllGroupsWithHttpInfo(Integer page,
Integer size,
String sort)
Get all Contact Groups in paginated format
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
GroupControllerApi.getAllGroupsAsync(Integer page,
Integer size,
String sort,
ApiCallback<PageGroupProjection> _callback)
Get all Contact Groups in paginated format (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
PageGroupProjection |
PageGroupProjection.addContentItem(GroupProjection contentItem) |
PageGroupProjection |
PageGroupProjection.content(List<GroupProjection> content) |
PageGroupProjection |
PageGroupProjection.empty(Boolean empty) |
PageGroupProjection |
PageGroupProjection.first(Boolean first) |
PageGroupProjection |
PageGroupProjection.last(Boolean last) |
PageGroupProjection |
PageGroupProjection.number(Integer number) |
PageGroupProjection |
PageGroupProjection.numberOfElements(Integer numberOfElements) |
PageGroupProjection |
PageGroupProjection.pageable(Pageable pageable) |
PageGroupProjection |
PageGroupProjection.size(Integer size) |
PageGroupProjection |
PageGroupProjection.sort(Sort sort) |
PageGroupProjection |
PageGroupProjection.totalElements(Long totalElements) |
PageGroupProjection |
PageGroupProjection.totalPages(Integer totalPages) |
Copyright © 2021. All rights reserved.