Uses of Class
com.algolia.search.models.insights.InsightsEvent
-
Packages that use InsightsEvent Package Description com.algolia.search com.algolia.search.models.insights -
-
Uses of InsightsEvent in com.algolia.search
Methods in com.algolia.search with parameters of type InsightsEvent Modifier and Type Method Description InsightsResultInsightsClient. sendEvent(InsightsEvent event)This command pushes an event to the Insights API.InsightsResultInsightsClient. sendEvent(InsightsEvent event, RequestOptions requestOptions)This command pushes an event to the Insights API.CompletableFuture<InsightsResult>InsightsClient. sendEventAsync(InsightsEvent event)This command pushes an event to the Insights API.CompletableFuture<InsightsResult>InsightsClient. sendEventAsync(InsightsEvent event, RequestOptions requestOptions)This command pushes an event to the Insights API.Method parameters in com.algolia.search with type arguments of type InsightsEvent Modifier and Type Method Description InsightsResultInsightsClient. sendEvents(List<InsightsEvent> events)This command pushes an array of events to the Insights API.InsightsResultInsightsClient. sendEvents(List<InsightsEvent> events, RequestOptions requestOptions)This command pushes an array of events to the Insights API.CompletableFuture<InsightsResult>InsightsClient. sendEventsAsync(List<InsightsEvent> events)This command pushes an array of events to the Insights API.CompletableFuture<InsightsResult>InsightsClient. sendEventsAsync(List<InsightsEvent> events, RequestOptions requestOptions)This command pushes an array of events to the Insights API. -
Uses of InsightsEvent in com.algolia.search.models.insights
Methods in com.algolia.search.models.insights that return InsightsEvent Modifier and Type Method Description InsightsEventInsightsEvent. setEventName(String eventName)InsightsEventInsightsEvent. setEventType(String eventType)InsightsEventInsightsEvent. setFilters(List<String> filters)InsightsEventInsightsEvent. setIndex(String index)InsightsEventInsightsEvent. setObjectIDs(List<String> objectIDs)InsightsEventInsightsEvent. setPositions(List<Long> positions)InsightsEventInsightsEvent. setQueryID(String queryID)InsightsEventInsightsEvent. setTimestamp(Long timestamp)InsightsEventInsightsEvent. setUserToken(String userToken)Methods in com.algolia.search.models.insights that return types with arguments of type InsightsEvent Modifier and Type Method Description List<InsightsEvent>InsightsRequest. getEvents()Method parameters in com.algolia.search.models.insights with type arguments of type InsightsEvent Modifier and Type Method Description InsightsRequestInsightsRequest. setEvents(List<InsightsEvent> events)
-