Uses of Class
com.mypurecloud.sdk.v2.model.FlowAggregationQuery
Packages that use FlowAggregationQuery
Package
Description
-
Uses of FlowAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsFlowsAggregatesQuery(FlowAggregationQuery body) Query for flow aggregatesFlowsApi.postAnalyticsFlowsAggregatesQuery(FlowAggregationQuery body) Query for flow aggregatesAnalyticsApi.postAnalyticsFlowsAggregatesQueryWithHttpInfo(FlowAggregationQuery body) Query for flow aggregatesQuery for flow aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsFlowsAggregatesQuery(ApiRequest<FlowAggregationQuery> request) Query for flow aggregatesFlowsApi.postAnalyticsFlowsAggregatesQuery(ApiRequest<FlowAggregationQuery> request) Query for flow aggregatesAnalyticsApiAsync.postAnalyticsFlowsAggregatesQueryAsync(ApiRequest<FlowAggregationQuery> request, AsyncApiCallback<ApiResponse<FlowAggregateQueryResponse>> callback) Query for flow aggregatesFlowsApiAsync.postAnalyticsFlowsAggregatesQueryAsync(ApiRequest<FlowAggregationQuery> request, AsyncApiCallback<ApiResponse<FlowAggregateQueryResponse>> callback) Query for flow aggregates -
Uses of FlowAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsFlowsAggregatesQueryRequest.builder(FlowAggregationQuery body) voidPostAnalyticsFlowsAggregatesQueryRequest.setBody(FlowAggregationQuery body) PostAnalyticsFlowsAggregatesQueryRequest.Builder.withBody(FlowAggregationQuery body) PostAnalyticsFlowsAggregatesQueryRequest.withBody(FlowAggregationQuery body) PostAnalyticsFlowsAggregatesQueryRequest.Builder.withRequiredParams(FlowAggregationQuery body) -
Uses of FlowAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowAggregationQueryModifier and TypeMethodDescriptionFlowAggregationQuery.alternateTimeDimension(FlowAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.FlowAggregationQuery.filter(FlowAggregateQueryFilter filter) Behaves like a SQL WHERE clause.FlowAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.FlowAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.FlowAggregationQuery.groupBy(List<FlowAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.FlowAggregationQuery.metrics(List<FlowAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).FlowAggregationQuery.views(List<FlowAggregationView> views) Custom derived metric views