| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
CreatedProcessId |
ContactsApi.importContacts(RequestContactImport requestContactImport)
Import contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.importContactsAsync(RequestContactImport requestContactImport,
ApiCallback<CreatedProcessId> callback)
Import contacts (asynchronously)
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
com.squareup.okhttp.Call |
ContactsApi.importContactsCall(RequestContactImport requestContactImport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importContacts
|
ApiResponse<CreatedProcessId> |
ContactsApi.importContactsWithHttpInfo(RequestContactImport requestContactImport)
Import contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input.
|
| Modifier and Type | Method and Description |
|---|---|
RequestContactImport |
RequestContactImport.addListIdsItem(Long listIdsItem) |
RequestContactImport |
RequestContactImport.emailBlacklist(Boolean emailBlacklist) |
RequestContactImport |
RequestContactImport.emptyContactsAttributes(Boolean emptyContactsAttributes) |
RequestContactImport |
RequestContactImport.fileBody(String fileBody) |
RequestContactImport |
RequestContactImport.fileUrl(String fileUrl) |
RequestContactImport |
RequestContactImport.listIds(List<Long> listIds) |
RequestContactImport |
RequestContactImport.newList(RequestContactImportNewList newList) |
RequestContactImport |
RequestContactImport.notifyUrl(String notifyUrl) |
RequestContactImport |
RequestContactImport.smsBlacklist(Boolean smsBlacklist) |
RequestContactImport |
RequestContactImport.updateExistingContacts(Boolean updateExistingContacts) |
Copyright © 2021. All rights reserved.