Uses of Class
com.algolia.search.models.indexing.MultipleGetObjectsResponse
-
Packages that use MultipleGetObjectsResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of MultipleGetObjectsResponse in com.algolia.search
Methods in com.algolia.search that return MultipleGetObjectsResponse Modifier and Type Method Description default <T> MultipleGetObjectsResponse<T>SearchClientMultipleOperations. multipleGetObjects(List<MultipleGetObject> queries, Class<T> clazz)Retrieve one or more objects, potentially from different indices, in a single API call.default <T> MultipleGetObjectsResponse<T>SearchClientMultipleOperations. multipleGetObjects(List<MultipleGetObject> queries, Class<T> clazz, RequestOptions requestOptions)Retrieve one or more objects, potentially from different indices, in a single API call.Methods in com.algolia.search that return types with arguments of type MultipleGetObjectsResponse Modifier and Type Method Description default <T> CompletableFuture<MultipleGetObjectsResponse<T>>SearchClientMultipleOperations. multipleGetObjectsAsync(List<MultipleGetObject> queries, Class<T> clazz)Retrieve one or more objects, potentially from different indices, in a single API call.default <T> CompletableFuture<MultipleGetObjectsResponse<T>>SearchClientMultipleOperations. multipleGetObjectsAsync(List<MultipleGetObject> queries, Class<T> clazz, RequestOptions requestOptions)Retrieve one or more objects, potentially from different indices, in a single API call. -
Uses of MultipleGetObjectsResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return MultipleGetObjectsResponse Modifier and Type Method Description MultipleGetObjectsResponse<T>MultipleGetObjectsResponse. setResults(List<T> results)
-