| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
CreateUpdateContactModel |
ContactsApi.createContact(CreateContact createContact)
Create a contact
|
com.squareup.okhttp.Call |
ContactsApi.createContactAsync(CreateContact createContact,
ApiCallback<CreateUpdateContactModel> callback)
Create a contact (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.createContactCall(CreateContact createContact,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createContact
|
ApiResponse<CreateUpdateContactModel> |
ContactsApi.createContactWithHttpInfo(CreateContact createContact)
Create a contact
|
| Modifier and Type | Method and Description |
|---|---|
CreateContact |
CreateContact.addListIdsItem(Long listIdsItem) |
CreateContact |
CreateContact.addSmtpBlacklistSenderItem(String smtpBlacklistSenderItem) |
CreateContact |
CreateContact.attributes(Object attributes) |
CreateContact |
CreateContact.email(String email) |
CreateContact |
CreateContact.emailBlacklisted(Boolean emailBlacklisted) |
CreateContact |
CreateContact.listIds(List<Long> listIds) |
CreateContact |
CreateContact.smsBlacklisted(Boolean smsBlacklisted) |
CreateContact |
CreateContact.smtpBlacklistSender(List<String> smtpBlacklistSender) |
CreateContact |
CreateContact.updateEnabled(Boolean updateEnabled) |
Copyright © 2021. All rights reserved.