Uses of Class
com.mypurecloud.sdk.v2.model.TaskManagementAggregationQuery
Packages that use TaskManagementAggregationQuery
Package
Description
-
Uses of TaskManagementAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TaskManagementAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTaskmanagementAggregatesQuery(TaskManagementAggregationQuery body) Query for task management aggregatesAnalyticsApi.postAnalyticsTaskmanagementAggregatesQueryWithHttpInfo(TaskManagementAggregationQuery body) Query for task management aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TaskManagementAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsTaskmanagementAggregatesQuery(ApiRequest<TaskManagementAggregationQuery> request) Query for task management aggregatesAnalyticsApiAsync.postAnalyticsTaskmanagementAggregatesQueryAsync(ApiRequest<TaskManagementAggregationQuery> request, AsyncApiCallback<ApiResponse<TaskManagementAggregateQueryResponse>> callback) Query for task management aggregates -
Uses of TaskManagementAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TaskManagementAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TaskManagementAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsTaskmanagementAggregatesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TaskManagementAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsTaskmanagementAggregatesQueryRequest.builder(TaskManagementAggregationQuery body) voidPostAnalyticsTaskmanagementAggregatesQueryRequest.setBody(TaskManagementAggregationQuery body) PostAnalyticsTaskmanagementAggregatesQueryRequest.Builder.withBody(TaskManagementAggregationQuery body) PostAnalyticsTaskmanagementAggregatesQueryRequest.withBody(TaskManagementAggregationQuery body) PostAnalyticsTaskmanagementAggregatesQueryRequest.Builder.withRequiredParams(TaskManagementAggregationQuery body) -
Uses of TaskManagementAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TaskManagementAggregationQueryModifier and TypeMethodDescriptionTaskManagementAggregationQuery.alternateTimeDimension(TaskManagementAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.TaskManagementAggregationQuery.filter(TaskManagementAggregateQueryFilter filter) Behaves like a SQL WHERE clause.TaskManagementAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.TaskManagementAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.TaskManagementAggregationQuery.groupBy(List<TaskManagementAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.TaskManagementAggregationQuery.metrics(List<TaskManagementAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).TaskManagementAggregationQuery.views(List<TaskManagementAggregationView> views) Custom derived metric views