Uses of Class
com.algolia.search.models.analytics.ABTest
-
Packages that use ABTest Package Description com.algolia.search com.algolia.search.models.analytics com.algolia.search.models.indexing -
-
Uses of ABTest in com.algolia.search
Methods in com.algolia.search with parameters of type ABTest Modifier and Type Method Description AddABTestResponseAnalyticsClient. addABTest(ABTest abTest)Creates a new AB Test with provided configurationAddABTestResponseAnalyticsClient. addABTest(ABTest abTest, RequestOptions requestOptions)Creates a new AB Test with provided configurationCompletableFuture<AddABTestResponse>AnalyticsClient. addABTestAsync(ABTest abTest)Creates a new AB Test with provided configurationCompletableFuture<AddABTestResponse>AnalyticsClient. addABTestAsync(ABTest abTest, RequestOptions requestOptions)Creates a new AB Test with provided configuration -
Uses of ABTest in com.algolia.search.models.analytics
Subclasses of ABTest in com.algolia.search.models.analytics Modifier and Type Class Description classABTestResponse -
Uses of ABTest in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return ABTest Modifier and Type Method Description ABTestIndicesResponse. getAbTest()Methods in com.algolia.search.models.indexing with parameters of type ABTest Modifier and Type Method Description IndicesResponseIndicesResponse. setAbTest(ABTest abTest)
-