Uses of Class
com.algolia.search.models.personalization.GetStrategyResponse
-
Packages that use GetStrategyResponse Package Description com.algolia.search com.algolia.search.models.personalization -
-
Uses of GetStrategyResponse in com.algolia.search
Methods in com.algolia.search that return GetStrategyResponse Modifier and Type Method Description default GetStrategyResponseSearchClientPersonalization. getPersonalizationStrategy()Deprecated.Endpoint will be deprecated.default GetStrategyResponseSearchClientPersonalization. getPersonalizationStrategy(RequestOptions requestOptions)Deprecated.Endpoint will be deprecated.Methods in com.algolia.search that return types with arguments of type GetStrategyResponse Modifier and Type Method Description default CompletableFuture<GetStrategyResponse>SearchClientPersonalization. getPersonalizationStrategyAsync()Deprecated.Endpoint will be deprecated.default CompletableFuture<GetStrategyResponse>SearchClientPersonalization. getPersonalizationStrategyAsync(RequestOptions requestOptions)Deprecated.Endpoint will be deprecated. -
Uses of GetStrategyResponse in com.algolia.search.models.personalization
Methods in com.algolia.search.models.personalization that return GetStrategyResponse Modifier and Type Method Description GetStrategyResponseGetStrategyResponse. setEventsScoring(Map<String,EventScoring> eventsScoring)Deprecated.GetStrategyResponseGetStrategyResponse. setFacetsScoring(Map<String,FacetScoring> facetsScoring)Deprecated.GetStrategyResponseGetStrategyResponse. setTaskId(Long taskId)Deprecated.
-