| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.analytics |
| Modifier and Type | Method and Description |
|---|---|
DeleteAbTestResponse |
AnalyticsClient.deleteABTest(long id)
Deletes the A/B Test and removes all associated metadata and metrics.
|
DeleteAbTestResponse |
AnalyticsClient.deleteABTest(long id,
RequestOptions requestOptions)
Deletes the A/B Test and removes all associated metadata and metrics.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteAbTestResponse> |
AnalyticsClient.deleteABTestAsync(long id)
Deletes the A/B Test and removes all associated metadata and metrics.
|
CompletableFuture<DeleteAbTestResponse> |
AnalyticsClient.deleteABTestAsync(long id,
RequestOptions requestOptions)
Deletes the A/B Test and removes all associated metadata and metrics.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAbTestResponse |
DeleteAbTestResponse.setIndex(String index) |
DeleteAbTestResponse |
DeleteAbTestResponse.setTaskID(Long taskID) |
Copyright © 2019. All rights reserved.