Uses of Class
com.algolia.search.models.analytics.DeleteAbTestResponse
-
Packages that use DeleteAbTestResponse Package Description com.algolia.search com.algolia.search.models.analytics -
-
Uses of DeleteAbTestResponse in com.algolia.search
Methods in com.algolia.search that return DeleteAbTestResponse Modifier and Type Method Description DeleteAbTestResponseAnalyticsClient. deleteABTest(long id)Deletes the A/B Test and removes all associated metadata and metrics.DeleteAbTestResponseAnalyticsClient. deleteABTest(long id, RequestOptions requestOptions)Deletes the A/B Test and removes all associated metadata and metrics.Methods in com.algolia.search that return types with arguments of type DeleteAbTestResponse Modifier and Type Method 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. -
Uses of DeleteAbTestResponse in com.algolia.search.models.analytics
Methods in com.algolia.search.models.analytics that return DeleteAbTestResponse Modifier and Type Method Description DeleteAbTestResponseDeleteAbTestResponse. setIndex(String index)DeleteAbTestResponseDeleteAbTestResponse. setTaskID(Long taskID)
-