Uses of Class
com.algolia.search.models.indexing.MultipleGetObject
-
Packages that use MultipleGetObject Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of MultipleGetObject in com.algolia.search
Method parameters in com.algolia.search with type arguments of type MultipleGetObject 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.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 MultipleGetObject in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return MultipleGetObject Modifier and Type Method Description MultipleGetObjectMultipleGetObject. setAttributesToRetrieve(List<String> attributesToRetrieve)MultipleGetObjectMultipleGetObject. setIndexName(String indexName)MultipleGetObjectMultipleGetObject. setObjectID(String objectID)Methods in com.algolia.search.models.indexing that return types with arguments of type MultipleGetObject Modifier and Type Method Description List<MultipleGetObject>MultipleGetObjectsRequest. getRequests()Method parameters in com.algolia.search.models.indexing with type arguments of type MultipleGetObject Modifier and Type Method Description MultipleGetObjectsRequestMultipleGetObjectsRequest. setRequests(List<MultipleGetObject> requests)Constructor parameters in com.algolia.search.models.indexing with type arguments of type MultipleGetObject Constructor Description MultipleGetObjectsRequest(List<MultipleGetObject> requests)
-