Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
PageGroupProjection |
GroupControllerApi.getAllGroups(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all Contact Groups in paginated format
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<PageGroupProjection> |
GroupControllerApi.getAllGroupsWithHttpInfo(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before)
Get all Contact Groups in paginated format
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupControllerApi.getAllGroupsAsync(Integer page,
Integer size,
String sort,
OffsetDateTime since,
OffsetDateTime before,
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) |
static PageGroupProjection |
PageGroupProjection.fromJson(String jsonString)
Create an instance of PageGroupProjection given an JSON string
|
PageGroupProjection |
PageGroupProjection.last(Boolean last) |
PageGroupProjection |
PageGroupProjection.number(Integer number) |
PageGroupProjection |
PageGroupProjection.numberOfElements(Integer numberOfElements) |
PageGroupProjection |
PageGroupProjection.pageable(PageableObject pageable) |
PageGroupProjection |
PageGroupProjection.size(Integer size) |
PageGroupProjection |
PageGroupProjection.sort(Sort sort) |
PageGroupProjection |
PageGroupProjection.total(Long total) |
PageGroupProjection |
PageGroupProjection.totalElements(Long totalElements) |
PageGroupProjection |
PageGroupProjection.totalPages(Integer totalPages) |
Copyright © 2023. All rights reserved.