Uses of Class
com.algolia.search.models.analytics.AddABTestResponse
-
Packages that use AddABTestResponse Package Description com.algolia.search com.algolia.search.models.analytics -
-
Uses of AddABTestResponse in com.algolia.search
Methods in com.algolia.search that return AddABTestResponse 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 configurationMethods in com.algolia.search that return types with arguments of type AddABTestResponse Modifier and Type Method Description CompletableFuture<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 AddABTestResponse in com.algolia.search.models.analytics
Methods in com.algolia.search.models.analytics that return AddABTestResponse Modifier and Type Method Description AddABTestResponseAddABTestResponse. setAbTestID(long abTestID)AddABTestResponseAddABTestResponse. setIndex(String index)AddABTestResponseAddABTestResponse. setTaskID(long taskID)
-