| 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 
 | 
okhttp3.Call | 
GroupControllerApi.addContactsToGroupAsync(UUID groupId,
                       UpdateGroupContacts updateGroupContacts,
                       ApiCallback<GroupContactsDto> _callback)
Add contacts to a group (asynchronously) 
 | 
okhttp3.Call | 
GroupControllerApi.addContactsToGroupCall(UUID groupId,
                      UpdateGroupContacts updateGroupContacts,
                      ApiCallback _callback)
Build call for addContactsToGroup 
 | 
ApiResponse<GroupContactsDto> | 
GroupControllerApi.addContactsToGroupWithHttpInfo(UUID groupId,
                              UpdateGroupContacts updateGroupContacts)
Add contacts to a group 
 | 
GroupContactsDto | 
GroupControllerApi.removeContactsFromGroup(UUID groupId,
                       UpdateGroupContacts updateGroupContacts)
Remove contacts from a group 
 | 
okhttp3.Call | 
GroupControllerApi.removeContactsFromGroupAsync(UUID groupId,
                            UpdateGroupContacts updateGroupContacts,
                            ApiCallback<GroupContactsDto> _callback)
Remove contacts from a group (asynchronously) 
 | 
okhttp3.Call | 
GroupControllerApi.removeContactsFromGroupCall(UUID groupId,
                           UpdateGroupContacts updateGroupContacts,
                           ApiCallback _callback)
Build call for removeContactsFromGroup 
 | 
ApiResponse<GroupContactsDto> | 
GroupControllerApi.removeContactsFromGroupWithHttpInfo(UUID groupId,
                                   UpdateGroupContacts updateGroupContacts)
Remove contacts from a group 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateGroupContacts | 
UpdateGroupContacts.addContactIdsItem(UUID contactIdsItem)  | 
UpdateGroupContacts | 
UpdateGroupContacts.contactIds(List<UUID> contactIds)  | 
static UpdateGroupContacts | 
UpdateGroupContacts.fromJson(String jsonString)
Create an instance of UpdateGroupContacts given an JSON string 
 | 
Copyright © 2023. All rights reserved.