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