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) |
static CreateGroupOptions |
CreateGroupOptions.fromJson(String jsonString)
Create an instance of CreateGroupOptions given an JSON string
|
CreateGroupOptions |
CreateGroupOptions.name(String name) |
Copyright © 2023. All rights reserved.