| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.analytics |
| Modifier and Type | Method and Description |
|---|---|
ABTestResponse |
AnalyticsClient.getABTest(long id)
Get an A/B test information and results.
|
ABTestResponse |
AnalyticsClient.getABTest(long id,
RequestOptions requestOptions)
Get an A/B test information and results.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ABTestResponse> |
AnalyticsClient.getABTestAsync(long id)
Get an A/B test information and results.
|
CompletableFuture<ABTestResponse> |
AnalyticsClient.getABTestAsync(long id,
RequestOptions requestOptions)
Get an A/B test information and results.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ABTestResponse> |
ABTests.getAbtests() |
Copyright © 2019. All rights reserved.