Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionAggregationQuery
Packages that use FlowExecutionAggregationQuery
Package
Description
-
Uses of FlowExecutionAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowExecutionAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsFlowexecutionsAggregatesQuery(FlowExecutionAggregationQuery body) Query for flow execution aggregatesAnalyticsApi.postAnalyticsFlowexecutionsAggregatesQueryWithHttpInfo(FlowExecutionAggregationQuery body) Query for flow execution aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowExecutionAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsFlowexecutionsAggregatesQuery(ApiRequest<FlowExecutionAggregationQuery> request) Query for flow execution aggregatesAnalyticsApiAsync.postAnalyticsFlowexecutionsAggregatesQueryAsync(ApiRequest<FlowExecutionAggregationQuery> request, AsyncApiCallback<ApiResponse<FlowExecutionAggregateQueryResponse>> callback) Query for flow execution aggregates -
Uses of FlowExecutionAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowExecutionAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowExecutionAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsFlowexecutionsAggregatesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowExecutionAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsFlowexecutionsAggregatesQueryRequest.builder(FlowExecutionAggregationQuery body) voidPostAnalyticsFlowexecutionsAggregatesQueryRequest.setBody(FlowExecutionAggregationQuery body) PostAnalyticsFlowexecutionsAggregatesQueryRequest.Builder.withBody(FlowExecutionAggregationQuery body) PostAnalyticsFlowexecutionsAggregatesQueryRequest.withBody(FlowExecutionAggregationQuery body) PostAnalyticsFlowexecutionsAggregatesQueryRequest.Builder.withRequiredParams(FlowExecutionAggregationQuery body) -
Uses of FlowExecutionAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionAggregationQueryModifier and TypeMethodDescriptionFlowExecutionAggregationQuery.alternateTimeDimension(FlowExecutionAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.FlowExecutionAggregationQuery.filter(FlowExecutionAggregateQueryFilter filter) Behaves like a SQL WHERE clause.FlowExecutionAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.FlowExecutionAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.FlowExecutionAggregationQuery.groupBy(List<FlowExecutionAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.FlowExecutionAggregationQuery.metrics(List<FlowExecutionAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).FlowExecutionAggregationQuery.views(List<FlowExecutionAggregationView> views) Custom derived metric views