| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactsApi.updateList(Long listId,
UpdateList updateList)
Update a list
|
void |
ListsApi.updateList(Long listId,
UpdateList updateList)
Update a list
|
com.squareup.okhttp.Call |
ContactsApi.updateListAsync(Long listId,
UpdateList updateList,
ApiCallback<Void> callback)
Update a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.updateListAsync(Long listId,
UpdateList updateList,
ApiCallback<Void> callback)
Update a list (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.updateListCall(Long listId,
UpdateList updateList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateList
|
com.squareup.okhttp.Call |
ListsApi.updateListCall(Long listId,
UpdateList updateList,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateList
|
ApiResponse<Void> |
ContactsApi.updateListWithHttpInfo(Long listId,
UpdateList updateList)
Update a list
|
ApiResponse<Void> |
ListsApi.updateListWithHttpInfo(Long listId,
UpdateList updateList)
Update a list
|
| Modifier and Type | Method and Description |
|---|---|
UpdateList |
UpdateList.folderId(Long folderId) |
UpdateList |
UpdateList.name(String name) |
Copyright © 2021. All rights reserved.