Uses of Class
com.algolia.search.models.analytics.StopAbTestResponse
-
Packages that use StopAbTestResponse Package Description com.algolia.search com.algolia.search.models.analytics -
-
Uses of StopAbTestResponse in com.algolia.search
Methods in com.algolia.search that return StopAbTestResponse Modifier and Type Method Description StopAbTestResponseAnalyticsClient. stopABTest(long id)Marks the A/B Test as stopped.StopAbTestResponseAnalyticsClient. stopABTest(long id, RequestOptions requestOptions)Marks the A/B Test as stopped.Methods in com.algolia.search that return types with arguments of type StopAbTestResponse Modifier and Type Method 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. -
Uses of StopAbTestResponse in com.algolia.search.models.analytics
Methods in com.algolia.search.models.analytics that return StopAbTestResponse Modifier and Type Method Description StopAbTestResponseStopAbTestResponse. setIndex(String index)StopAbTestResponseStopAbTestResponse. setTaskID(Long taskID)
-