| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method | Description |
|---|---|---|
<T> BrowseResult<T> |
APIClient.browse(String indexName,
Query query,
String cursor,
Class<T> klass,
RequestOptions requestOptions) |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> BrowseResult<T> |
BrowseResult.empty() |
|
BrowseResult<T> |
BrowseResult.setCursor(String cursor) |
|
BrowseResult<T> |
BrowseResult.setHits(List<T> hits) |
|
BrowseResult<T> |
BrowseResult.setParams(String params) |
|
BrowseResult<T> |
BrowseResult.setProcessingTimeMS(Integer processingTimeMS) |
|
BrowseResult<T> |
BrowseResult.setProcessingTimeMS(Long processingTimeMS) |
|
BrowseResult<T> |
BrowseResult.setQuery(String query) |
Copyright © 2017. All rights reserved.