Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
GroupContactsDto |
GroupControllerApi.addContactsToGroup(UUID groupId,
UpdateGroupContacts updateGroupContacts)
Add contacts to a group
|
GroupContactsDto |
GroupControllerApi.getGroupWithContacts(UUID groupId)
Get group and contacts belonging to it
|
GroupContactsDto |
GroupControllerApi.removeContactsFromGroup(UUID groupId,
UpdateGroupContacts updateGroupContacts)
Remove contacts from a group
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GroupContactsDto> |
GroupControllerApi.addContactsToGroupWithHttpInfo(UUID groupId,
UpdateGroupContacts updateGroupContacts)
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 updateGroupContacts)
Remove contacts from a group
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
GroupControllerApi.addContactsToGroupAsync(UUID groupId,
UpdateGroupContacts updateGroupContacts,
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 updateGroupContacts,
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) |
static GroupContactsDto |
GroupContactsDto.fromJson(String jsonString)
Create an instance of GroupContactsDto given an JSON string
|
GroupContactsDto |
GroupContactsDto.group(GroupDto group) |
Copyright © 2023. All rights reserved.