Uses of Class
com.mypurecloud.sdk.v2.model.ActionAggregationQuery
Packages that use ActionAggregationQuery
Package
Description
-
Uses of ActionAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ActionAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsActionsAggregatesQuery(ActionAggregationQuery body) Query for action aggregatesAnalyticsApi.postAnalyticsActionsAggregatesQueryWithHttpInfo(ActionAggregationQuery body) Query for action aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ActionAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsActionsAggregatesQuery(ApiRequest<ActionAggregationQuery> request) Query for action aggregatesAnalyticsApiAsync.postAnalyticsActionsAggregatesQueryAsync(ApiRequest<ActionAggregationQuery> request, AsyncApiCallback<ApiResponse<ActionAggregateQueryResponse>> callback) Query for action aggregates -
Uses of ActionAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ActionAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ActionAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ActionAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsActionsAggregatesQueryRequest.builder(ActionAggregationQuery body) voidPostAnalyticsActionsAggregatesQueryRequest.setBody(ActionAggregationQuery body) PostAnalyticsActionsAggregatesQueryRequest.Builder.withBody(ActionAggregationQuery body) PostAnalyticsActionsAggregatesQueryRequest.withBody(ActionAggregationQuery body) PostAnalyticsActionsAggregatesQueryRequest.Builder.withRequiredParams(ActionAggregationQuery body) -
Uses of ActionAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionAggregationQueryModifier and TypeMethodDescriptionActionAggregationQuery.alternateTimeDimension(ActionAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.ActionAggregationQuery.filter(ActionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.ActionAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.ActionAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.ActionAggregationQuery.groupBy(List<ActionAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.ActionAggregationQuery.metrics(List<ActionAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).ActionAggregationQuery.views(List<ActionAggregationView> views) Custom derived metric views