public interface SearchClientPersonalization extends SearchClientBase
| Modifier and Type | Method and Description |
|---|---|
default GetStrategyResponse |
getPersonalizationStrategy()
Returns the personalization strategy of the application
|
default GetStrategyResponse |
getPersonalizationStrategy(RequestOptions requestOptions)
Returns the personalization strategy of the application
|
default CompletableFuture<GetStrategyResponse> |
getPersonalizationStrategyAsync()
Returns the personalization strategy of the application
|
default CompletableFuture<GetStrategyResponse> |
getPersonalizationStrategyAsync(RequestOptions requestOptions)
Returns the personalization strategy of the application
|
default SetStrategyResponse |
setPersonalizationStrategy(SetStrategyRequest request)
This command configures the personalization strategy
|
default SetStrategyResponse |
setPersonalizationStrategy(SetStrategyRequest request,
RequestOptions requestOptions)
This command configures the personalization strategy
|
default CompletableFuture<SetStrategyResponse> |
setPersonalizationStrategyAsync(SetStrategyRequest request)
This command configures the personalization strategy
|
default CompletableFuture<SetStrategyResponse> |
setPersonalizationStrategyAsync(SetStrategyRequest request,
RequestOptions requestOptions)
This command configures the personalization strategy
|
getConfig, getTransport, waitTask, waitTaskdefault GetStrategyResponse getPersonalizationStrategy()
AlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault GetStrategyResponse getPersonalizationStrategy(RequestOptions requestOptions)
requestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<GetStrategyResponse> getPersonalizationStrategyAsync()
AlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<GetStrategyResponse> getPersonalizationStrategyAsync(RequestOptions requestOptions)
requestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault SetStrategyResponse setPersonalizationStrategy(@Nonnull SetStrategyRequest request)
request - The personalization strategyAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault SetStrategyResponse setPersonalizationStrategy(@Nonnull SetStrategyRequest request, RequestOptions requestOptions)
request - The personalization strategyrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SetStrategyResponse> setPersonalizationStrategyAsync(@Nonnull SetStrategyRequest request)
request - The personalization strategyAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SetStrategyResponse> setPersonalizationStrategyAsync(@Nonnull SetStrategyRequest request, RequestOptions requestOptions)
request - The personalization strategyrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationCopyright © 2019. All rights reserved.