| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactsApi.updateContact(String identifier,
UpdateContact updateContact)
Update a contact
|
com.squareup.okhttp.Call |
ContactsApi.updateContactAsync(String identifier,
UpdateContact updateContact,
ApiCallback<Void> callback)
Update a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateContactCall(String identifier,
UpdateContact updateContact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateContact
|
ApiResponse<Void> |
ContactsApi.updateContactWithHttpInfo(String identifier,
UpdateContact updateContact)
Update a contact
|
| Modifier and Type | Method and Description |
|---|---|
UpdateContact |
UpdateContact.addListIdsItem(Long listIdsItem) |
UpdateContact |
UpdateContact.addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) |
UpdateContact |
UpdateContact.addUnlinkListIdsItem(Long unlinkListIdsItem) |
UpdateContact |
UpdateContact.attributes(Object attributes) |
UpdateContact |
UpdateContact.emailBlacklisted(Boolean emailBlacklisted) |
UpdateContact |
UpdateContact.listIds(List<Long> listIds) |
UpdateContact |
UpdateContact.smsBlacklisted(Boolean smsBlacklisted) |
UpdateContact |
UpdateContact.smtpBlacklistSender(List<String> smtpBlacklistSender) |
UpdateContact |
UpdateContact.unlinkListIds(List<Long> unlinkListIds) |
Copyright © 2021. All rights reserved.