| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.analytics |
| Modifier and Type | Method and Description |
|---|---|
StopAbTestResponse |
AnalyticsClient.stopABTest(long id)
Marks the A/B Test as stopped.
|
StopAbTestResponse |
AnalyticsClient.stopABTest(long id,
RequestOptions requestOptions)
Marks the A/B Test as stopped.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StopAbTestResponse> |
AnalyticsClient.stopABTestAsync(long id)
Marks the A/B Test as stopped.
|
CompletableFuture<StopAbTestResponse> |
AnalyticsClient.stopABTestAsync(long id,
RequestOptions requestOptions)
Marks the A/B Test as stopped.
|
| Modifier and Type | Method and Description |
|---|---|
StopAbTestResponse |
StopAbTestResponse.setIndex(String index) |
StopAbTestResponse |
StopAbTestResponse.setTaskID(Long taskID) |
Copyright © 2019. All rights reserved.