Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupControllerApi.createGroup(CreateGroupOptions createGroupOptions)
Create a group
|
GroupDto |
GroupControllerApi.getGroup(UUID groupId)
Get group
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GroupDto> |
GroupControllerApi.createGroupWithHttpInfo(CreateGroupOptions createGroupOptions)
Create a group
|
ApiResponse<GroupDto> |
GroupControllerApi.getGroupWithHttpInfo(UUID groupId)
Get group
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupControllerApi.createGroupAsync(CreateGroupOptions createGroupOptions,
ApiCallback<GroupDto> _callback)
Create a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupAsync(UUID groupId,
ApiCallback<GroupDto> _callback)
Get group (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
GroupDto |
GroupDto.createdAt(OffsetDateTime createdAt) |
GroupDto |
GroupDto.description(String description) |
static GroupDto |
GroupDto.fromJson(String jsonString)
Create an instance of GroupDto given an JSON string
|
GroupDto |
GroupContactsDto.getGroup()
Get group
|
GroupDto |
GroupDto.id(UUID id) |
GroupDto |
GroupDto.name(String name) |
Modifier and Type | Method and Description |
---|---|
GroupContactsDto |
GroupContactsDto.group(GroupDto group) |
void |
GroupContactsDto.setGroup(GroupDto group) |
Copyright © 2023. All rights reserved.