| Package | Description |
|---|---|
| com.algolia.search.http |
| Modifier and Type | Method | Description |
|---|---|---|
HttpMethod |
AlgoliaHttpRequest.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.
|
| Constructor | Description |
|---|---|
AlgoliaRequest(HttpMethod method,
boolean isSearch,
List<String> path,
RequestOptions options,
Class<T> resultClass) |
|
AlgoliaRequest(HttpMethod method,
boolean isSearch,
List<String> path,
RequestOptions options,
Class<T> collectionClass,
Class<?> elementClass) |
Copyright © 2017. All rights reserved.