| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.common |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<CallType> |
StatefulHost.getAccept() |
| 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.
|
| Constructor and Description |
|---|
StatefulHost(String url,
EnumSet<CallType> accept) |
| Modifier and Type | Method and Description |
|---|---|
static CallType |
CallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.