| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
GroupDto |
GroupControllerApi.createGroup(CreateGroupOptions createGroupOptions)
Create a group
|
okhttp3.Call |
GroupControllerApi.createGroupAsync(CreateGroupOptions createGroupOptions,
ApiCallback<GroupDto> _callback)
Create a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.createGroupCall(CreateGroupOptions createGroupOptions,
ApiCallback _callback)
Build call for createGroup
|
ApiResponse<GroupDto> |
GroupControllerApi.createGroupWithHttpInfo(CreateGroupOptions createGroupOptions)
Create a group
|
| Modifier and Type | Method and Description |
|---|---|
CreateGroupOptions |
CreateGroupOptions.description(String description) |
CreateGroupOptions |
CreateGroupOptions.name(String name) |
Copyright © 2021. All rights reserved.