| 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
|
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.addContactToListCall(Long listId,
AddContactToList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addContactToList
|
com.squareup.okhttp.Call |
ListsApi.addContactToListCall(Long listId,
AddContactToList contactEmails,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addContactToList
|
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
|
| Modifier and Type | Method and Description |
|---|---|
AddContactToList |
AddContactToList.addEmailsItem(String emailsItem) |
AddContactToList |
AddContactToList.addIdsItem(Long idsItem) |
AddContactToList |
AddContactToList.emails(List<String> emails) |
AddContactToList |
AddContactToList.ids(List<Long> ids) |
Copyright © 2021. All rights reserved.