| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
PostContactInfo |
ContactsApi.addContactToList(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
PostContactInfo |
ListsApi.addContactToList(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
PostContactInfo |
ContactsApi.removeContactFromList(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
PostContactInfo |
ListsApi.removeContactFromList(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PostContactInfo> |
ContactsApi.addContactToListWithHttpInfo(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
ApiResponse<PostContactInfo> |
ListsApi.addContactToListWithHttpInfo(Long listId,
AddContactToList contactEmails)
Add existing contacts to a list
|
ApiResponse<PostContactInfo> |
ContactsApi.removeContactFromListWithHttpInfo(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
ApiResponse<PostContactInfo> |
ListsApi.removeContactFromListWithHttpInfo(Long listId,
RemoveContactFromList contactEmails)
Delete a contact from a list
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContactsApi.addContactToListAsync(Long listId,
AddContactToList contactEmails,
ApiCallback<PostContactInfo> callback)
Add existing contacts to a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.addContactToListAsync(Long listId,
AddContactToList contactEmails,
ApiCallback<PostContactInfo> callback)
Add existing contacts to a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.removeContactFromListAsync(Long listId,
RemoveContactFromList contactEmails,
ApiCallback<PostContactInfo> callback)
Delete a contact from a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.removeContactFromListAsync(Long listId,
RemoveContactFromList contactEmails,
ApiCallback<PostContactInfo> callback)
Delete a contact from a list (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
PostContactInfo |
PostContactInfo.contacts(PostContactInfoContacts contacts) |
Copyright © 2021. All rights reserved.