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