| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Map<String,String>>> |
AsyncAPIClient.multipleGetObjects(List<MultipleGetObjectsRequests> requests)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
List<Map<String,String>> |
APIClient.multipleGetObjects(List<MultipleGetObjectsRequests> requests)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
CompletableFuture<List<Map<String,String>>> |
AsyncAPIClient.multipleGetObjects(List<MultipleGetObjectsRequests> requests,
RequestOptions requestsOptions)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
List<Map<String,String>> |
APIClient.multipleGetObjects(List<MultipleGetObjectsRequests> requests,
RequestOptions requestsOptions)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
Copyright © 2018. All rights reserved.