| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
GetContacts |
ContactsApi.getContacts(Long limit,
Long offset,
String modifiedSince,
String sort)
Get all the contacts
|
GetContacts |
ContactsApi.getContactsFromList(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
GetContacts |
ListsApi.getContactsFromList(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetContacts> |
ContactsApi.getContactsFromListWithHttpInfo(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
ApiResponse<GetContacts> |
ListsApi.getContactsFromListWithHttpInfo(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort)
Get contacts in a list
|
ApiResponse<GetContacts> |
ContactsApi.getContactsWithHttpInfo(Long limit,
Long offset,
String modifiedSince,
String sort)
Get all the contacts
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ContactsApi.getContactsAsync(Long limit,
Long offset,
String modifiedSince,
String sort,
ApiCallback<GetContacts> callback)
Get all the contacts (asynchronously)
|
com.squareup.okhttp.Call |
ContactsApi.getContactsFromListAsync(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ApiCallback<GetContacts> callback)
Get contacts in a list (asynchronously)
|
com.squareup.okhttp.Call |
ListsApi.getContactsFromListAsync(Long listId,
String modifiedSince,
Long limit,
Long offset,
String sort,
ApiCallback<GetContacts> callback)
Get contacts in a list (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
GetContacts |
GetContacts.addContactsItem(Object contactsItem) |
GetContacts |
GetContacts.contacts(List<Object> contacts) |
GetContacts |
GetContacts.count(Long count) |
Copyright © 2021. All rights reserved.