public class AsyncUserInsightsClient extends Object
| Constructor and Description |
|---|
AsyncUserInsightsClient(String userToken,
AsyncInsightsClient client) |
public AsyncUserInsightsClient(String userToken, AsyncInsightsClient client)
public CompletableFuture<InsightsResult> clickedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters) throws AlgoliaException
eventName - The Event NameindexName - The Index Namefilters - Filters parametersAlgoliaException - If APi Errorpublic CompletableFuture<InsightsResult> clickedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index Namefilters - Filters parametersrequestOptions - RequestOptionsAlgoliaException - If APi Errorpublic CompletableFuture<InsightsResult> clickedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdpublic CompletableFuture<InsightsResult> clickedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> clickedObjectIDsAfterSearch(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull List<Long> positions, @Nonnull String queryID)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdpositions - List of positionqueryID - The query Idpublic CompletableFuture<InsightsResult> clickedObjectIDsAfterSearch(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull List<Long> positions, @Nonnull String queryID, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdpositions - List of positionqueryID - The query IdrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> convertedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdpublic CompletableFuture<InsightsResult> convertedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> convertedObjectIDsAfterSearch(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull String queryID)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdqueryID - The query Idpublic CompletableFuture<InsightsResult> convertedObjectIDsAfterSearch(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull String queryID, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdqueryID - The query IdrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> convertedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters)
eventName - The Event NameindexName - The index namefilters - List of filterspublic CompletableFuture<InsightsResult> convertedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The index namefilters - List of filtersrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> viewedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters)
eventName - The Event NameindexName - The Index Namefilters - Filters parameterspublic CompletableFuture<InsightsResult> viewedFilters(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> filters, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index Namefilters - Filters parametersrequestOptions - RequestOptionspublic CompletableFuture<InsightsResult> viewedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdpublic CompletableFuture<InsightsResult> viewedObjectIDs(@Nonnull String eventName, @Nonnull String indexName, @Nonnull List<String> objectIDs, @Nonnull RequestOptions requestOptions)
eventName - The Event NameindexName - The Index NameobjectIDs - List of objectIdrequestOptions - RequestOptionsCopyright © 2018. All rights reserved.