| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models |
| Modifier and Type | Method and Description |
|---|---|
default <U> U |
SearchClientAdvanced.customRequest(Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType)
Executes a custom to the Algolia API under the retry strategy.
|
default <U> U |
SearchClientAdvanced.customRequest(Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType,
RequestOptions requestOptions)
Executes a custom to the Algolia API under the retry strategy.
|
default <T,U> U |
SearchClientAdvanced.customRequest(T data,
Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType)
Executes a custom to the Algolia API under the retry strategy.
|
default <T,U> U |
SearchClientAdvanced.customRequest(T data,
Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType,
RequestOptions requestOptions)
Executes a custom to the Algolia API under the retry strategy.
|
default <U> CompletableFuture<U> |
SearchClientAdvanced.customRequestAsync(Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType)
Executes a custom to the Algolia API under the retry strategy.
|
default <U> CompletableFuture<U> |
SearchClientAdvanced.customRequestAsync(Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType,
RequestOptions requestOptions)
Executes a custom to the Algolia API under the retry strategy.
|
default <T,U> CompletableFuture<U> |
SearchClientAdvanced.customRequestAsync(T data,
Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType)
Executes a custom to the Algolia API under the retry strategy.
|
default <T,U> CompletableFuture<U> |
SearchClientAdvanced.customRequestAsync(T data,
Class<U> returnClazz,
HttpMethod httpMethod,
String path,
CallType callType,
RequestOptions requestOptions)
Executes a custom to the Algolia API under the retry strategy.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setMethod(HttpMethod method) |
| Constructor and Description |
|---|
HttpRequest(HttpMethod method,
String methodPath,
Map<String,String> headers,
int timeout) |
HttpRequest(HttpMethod method,
String methodPath,
Map<String,String> headers,
int timeout,
CompressionType compressionType) |
Copyright © 2019. All rights reserved.