| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
CreatedProcessId |
ContactsApi.requestContactExport(RequestContactExport requestContactExport)
Export 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.requestContactExportAsync(RequestContactExport requestContactExport,
ApiCallback<CreatedProcessId> callback)
Export 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.requestContactExportCall(RequestContactExport requestContactExport,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for requestContactExport
|
ApiResponse<CreatedProcessId> |
ContactsApi.requestContactExportWithHttpInfo(RequestContactExport requestContactExport)
Export 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 |
|---|---|
RequestContactExport |
RequestContactExport.addExportAttributesItem(String exportAttributesItem) |
RequestContactExport |
RequestContactExport.contactFilter(Object contactFilter) |
RequestContactExport |
RequestContactExport.customContactFilter(RequestContactExportCustomContactFilter customContactFilter) |
RequestContactExport |
RequestContactExport.exportAttributes(List<String> exportAttributes) |
RequestContactExport |
RequestContactExport.notifyUrl(String notifyUrl) |
Copyright © 2021. All rights reserved.