| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators | |
| com.algolia.search.objects.tasks.sync |
| Modifier and Type | Method and Description |
|---|---|
APIClient |
APIClientBuilder.build()
Build the APIClient
|
protected abstract APIClient |
APIClientBuilder.build(APIClientConfiguration configuration) |
APIClient |
SyncBaseIndex.getApiClient() |
APIClient |
Index.getApiClient() |
| Constructor and Description |
|---|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
Class<T> klass) |
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
String cursor,
Class<T> klass) |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.setAPIClient(APIClient apiClient) |
TaskSingleIndex |
TaskSingleIndex.setAPIClient(APIClient apiClient) |
GenericTask<T> |
GenericTask.setAPIClient(APIClient apiClient) |
TasksMultipleIndex |
TasksMultipleIndex.setAPIClient(APIClient apiClient) |
TaskIndexing |
TaskIndexing.setAPIClient(APIClient apiClient) |
Copyright © 2018. All rights reserved.