| Package | Description |
|---|---|
| com.algolia.search.http |
| Modifier and Type | Method and Description |
|---|---|
AlgoliaRequestKind |
AlgoliaRequest.getKind() |
static AlgoliaRequestKind |
AlgoliaRequestKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgoliaRequestKind[] |
AlgoliaRequestKind.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.