| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
ABTests |
AnalyticsClient.getABTests()
Get an A/B test information and results.
|
ABTests |
AnalyticsClient.getABTests(int offset,
int limit)
Get an A/B test information and results.
|
ABTests |
AnalyticsClient.getABTests(int offset,
int limit,
RequestOptions requestOptions)
Get an A/B test information and results.
|
ABTests |
AnalyticsClient.getABTests(RequestOptions requestOptions)
Get an A/B test information and results.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ABTests> |
AnalyticsClient.getABTestsAsync()
Get an A/B test information and results.
|
CompletableFuture<ABTests> |
AnalyticsClient.getABTestsAsync(int offset,
int limit)
Get an A/B test information and results.
|
CompletableFuture<ABTests> |
AnalyticsClient.getABTestsAsync(int offset,
int limit,
RequestOptions requestOptions)
Get an A/B test information and results.
|
CompletableFuture<ABTests> |
AnalyticsClient.getABTestsAsync(RequestOptions requestOptions)
Get an A/B test information and results.
|
Copyright © 2019. All rights reserved.