Uses of Class
com.algolia.search.models.recommendation.GetStrategyResponse
-
Packages that use GetStrategyResponse Package Description com.algolia.search com.algolia.search.models.recommendation -
-
Uses of GetStrategyResponse in com.algolia.search
Methods in com.algolia.search that return GetStrategyResponse Modifier and Type Method Description GetStrategyResponsePersonalizationClient. getPersonalizationStrategy()Returns the personalization strategy of the applicationGetStrategyResponsePersonalizationClient. getPersonalizationStrategy(RequestOptions requestOptions)Returns the personalization strategy of the applicationGetStrategyResponseRecommendationClient. getPersonalizationStrategy()Deprecated.Returns the personalization strategy of the applicationGetStrategyResponseRecommendationClient. getPersonalizationStrategy(RequestOptions requestOptions)Deprecated.Returns the personalization strategy of the applicationMethods in com.algolia.search that return types with arguments of type GetStrategyResponse Modifier and Type Method Description CompletableFuture<GetStrategyResponse>PersonalizationClient. getPersonalizationStrategyAsync()Returns the personalization strategy of the applicationCompletableFuture<GetStrategyResponse>PersonalizationClient. getPersonalizationStrategyAsync(RequestOptions requestOptions)Returns the personalization strategy of the applicationCompletableFuture<GetStrategyResponse>RecommendationClient. getPersonalizationStrategyAsync()Deprecated.Returns the personalization strategy of the applicationCompletableFuture<GetStrategyResponse>RecommendationClient. getPersonalizationStrategyAsync(RequestOptions requestOptions)Deprecated.Returns the personalization strategy of the application -
Uses of GetStrategyResponse in com.algolia.search.models.recommendation
Methods in com.algolia.search.models.recommendation that return GetStrategyResponse Modifier and Type Method Description GetStrategyResponseGetStrategyResponse. setEventsScoring(List<EventsScoring> eventsScoring)GetStrategyResponseGetStrategyResponse. setFacetsScoring(List<FacetsScoring> facetsScoring)GetStrategyResponseGetStrategyResponse. setPersonalizationImpact(Integer personalizationImpact)
-