Uses of Class
com.algolia.search.models.analytics.ABTests
-
Packages that use ABTests Package Description com.algolia.search -
-
Uses of ABTests in com.algolia.search
Methods in com.algolia.search that return ABTests Modifier and Type Method Description ABTestsAnalyticsClient. getABTests()Get an A/B test information and results.ABTestsAnalyticsClient. getABTests(int offset, int limit)Get an A/B test information and results.ABTestsAnalyticsClient. getABTests(int offset, int limit, RequestOptions requestOptions)Get an A/B test information and results.ABTestsAnalyticsClient. getABTests(RequestOptions requestOptions)Get an A/B test information and results.Methods in com.algolia.search that return types with arguments of type ABTests Modifier and Type Method Description CompletableFuture<ABTests>AnalyticsClient. getABTestsAsync()Get an A/B test information and results.CompletableFuture<ABTests>AnalyticsClient. getABTestsAsync(int offset, int limit)Get an A/B test information and results.CompletableFuture<ABTests>AnalyticsClient. getABTestsAsync(int offset, int limit, RequestOptions requestOptions)Get an A/B test information and results.CompletableFuture<ABTests>AnalyticsClient. getABTestsAsync(RequestOptions requestOptions)Get an A/B test information and results.
-