Uses of Class
com.mypurecloud.sdk.v2.model.EventAggregatesResponse
Packages that use EventAggregatesResponse
-
Uses of EventAggregatesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EventAggregatesResponseModifier and TypeMethodDescriptionOperationalEventsApi.postUsageEventsAggregatesQuery(PostUsageEventsAggregatesQueryRequest request) Get aggregates for operational events in a timeframe.OperationalEventsApi.postUsageEventsAggregatesQuery(EventAggregatesQueryRequest body) Get aggregates for operational events in a timeframe.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EventAggregatesResponseModifier and TypeMethodDescriptionOperationalEventsApi.postUsageEventsAggregatesQuery(ApiRequest<EventAggregatesQueryRequest> request) Get aggregates for operational events in a timeframe.OperationalEventsApiAsync.postUsageEventsAggregatesQueryAsync(PostUsageEventsAggregatesQueryRequest request, AsyncApiCallback<EventAggregatesResponse> callback) Get aggregates for operational events in a timeframe.OperationalEventsApiAsync.postUsageEventsAggregatesQueryAsync(ApiRequest<EventAggregatesQueryRequest> request, AsyncApiCallback<ApiResponse<EventAggregatesResponse>> callback) Get aggregates for operational events in a timeframe.OperationalEventsApi.postUsageEventsAggregatesQueryWithHttpInfo(EventAggregatesQueryRequest body) Get aggregates for operational events in a timeframe.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EventAggregatesResponseModifier and TypeMethodDescriptionOperationalEventsApiAsync.postUsageEventsAggregatesQueryAsync(PostUsageEventsAggregatesQueryRequest request, AsyncApiCallback<EventAggregatesResponse> callback) Get aggregates for operational events in a timeframe.OperationalEventsApiAsync.postUsageEventsAggregatesQueryAsync(ApiRequest<EventAggregatesQueryRequest> request, AsyncApiCallback<ApiResponse<EventAggregatesResponse>> callback) Get aggregates for operational events in a timeframe. -
Uses of EventAggregatesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventAggregatesResponseModifier and TypeMethodDescriptionEventAggregatesResponse.eventDefinitionAggregates(List<EventDefinitionAggregates> eventDefinitionAggregates) Aggregates by event definitionInterval for returned aggregates.