Uses of Class
com.algolia.search.models.analytics.ABTestResponse
-
Packages that use ABTestResponse Package Description com.algolia.search com.algolia.search.models.analytics -
-
Uses of ABTestResponse in com.algolia.search
Methods in com.algolia.search that return ABTestResponse Modifier and Type Method Description ABTestResponseAnalyticsClient. getABTest(long id)Get an A/B test information and results.ABTestResponseAnalyticsClient. getABTest(long id, RequestOptions requestOptions)Get an A/B test information and results.Methods in com.algolia.search that return types with arguments of type ABTestResponse Modifier and Type Method Description CompletableFuture<ABTestResponse>AnalyticsClient. getABTestAsync(long id)Get an A/B test information and results.CompletableFuture<ABTestResponse>AnalyticsClient. getABTestAsync(long id, RequestOptions requestOptions)Get an A/B test information and results. -
Uses of ABTestResponse in com.algolia.search.models.analytics
Methods in com.algolia.search.models.analytics that return types with arguments of type ABTestResponse Modifier and Type Method Description ArrayList<ABTestResponse>ABTests. getAbtests()
-