| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
GroupContactsDto |
GroupControllerApi.addContactsToGroup(UUID groupId,
UpdateGroupContacts updateGroupContactsOption)
Add contacts to a group
|
GroupContactsDto |
GroupControllerApi.getGroupWithContacts(UUID groupId)
Get group and contacts belonging to it
|
GroupContactsDto |
GroupControllerApi.removeContactsFromGroup(UUID groupId,
UpdateGroupContacts updateGroupContactsOption)
Remove contacts from a group
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GroupContactsDto> |
GroupControllerApi.addContactsToGroupWithHttpInfo(UUID groupId,
UpdateGroupContacts updateGroupContactsOption)
Add contacts to a group
|
ApiResponse<GroupContactsDto> |
GroupControllerApi.getGroupWithContactsWithHttpInfo(UUID groupId)
Get group and contacts belonging to it
|
ApiResponse<GroupContactsDto> |
GroupControllerApi.removeContactsFromGroupWithHttpInfo(UUID groupId,
UpdateGroupContacts updateGroupContactsOption)
Remove contacts from a group
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
GroupControllerApi.addContactsToGroupAsync(UUID groupId,
UpdateGroupContacts updateGroupContactsOption,
ApiCallback<GroupContactsDto> _callback)
Add contacts to a group (asynchronously)
|
okhttp3.Call |
GroupControllerApi.getGroupWithContactsAsync(UUID groupId,
ApiCallback<GroupContactsDto> _callback)
Get group and contacts belonging to it (asynchronously)
|
okhttp3.Call |
GroupControllerApi.removeContactsFromGroupAsync(UUID groupId,
UpdateGroupContacts updateGroupContactsOption,
ApiCallback<GroupContactsDto> _callback)
Remove contacts from a group (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
GroupContactsDto |
GroupContactsDto.addContactsItem(ContactDto contactsItem) |
GroupContactsDto |
GroupContactsDto.contacts(List<ContactDto> contacts) |
GroupContactsDto |
GroupContactsDto.group(GroupDto group) |
Copyright © 2021. All rights reserved.