Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
List<GroupProjection> |
GroupControllerApi.getGroups()
Get all groups
|
ApiResponse<List<GroupProjection>> |
GroupControllerApi.getGroupsWithHttpInfo()
Get all groups
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupControllerApi.getGroupsAsync(ApiCallback<List<GroupProjection>> _callback)
Get all groups (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
GroupProjection |
GroupProjection.createdAt(OffsetDateTime createdAt) |
GroupProjection |
GroupProjection.description(String description) |
static GroupProjection |
GroupProjection.fromJson(String jsonString)
Create an instance of GroupProjection given an JSON string
|
GroupProjection |
GroupProjection.id(UUID id) |
GroupProjection |
GroupProjection.name(String name) |
Modifier and Type | Method and Description |
---|---|
List<GroupProjection> |
PageGroupProjection.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageGroupProjection |
PageGroupProjection.addContentItem(GroupProjection contentItem) |
Modifier and Type | Method and Description |
---|---|
PageGroupProjection |
PageGroupProjection.content(List<GroupProjection> content) |
void |
PageGroupProjection.setContent(List<GroupProjection> content) |
Copyright © 2023. All rights reserved.