Uses of Class
com.mypurecloud.sdk.v2.model.RateLimitAggregationQuery
Packages that use RateLimitAggregationQuery
Package
Description
-
Uses of RateLimitAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RateLimitAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsRatelimitsAggregatesQuery(RateLimitAggregationQuery body) Query for limits rate limit aggregates.AnalyticsApi.postAnalyticsRatelimitsAggregatesQueryWithHttpInfo(RateLimitAggregationQuery body) Query for limits rate limit aggregates.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RateLimitAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsRatelimitsAggregatesQuery(ApiRequest<RateLimitAggregationQuery> request) Query for limits rate limit aggregates.AnalyticsApiAsync.postAnalyticsRatelimitsAggregatesQueryAsync(ApiRequest<RateLimitAggregationQuery> request, AsyncApiCallback<ApiResponse<RateLimitAggregateQueryResponse>> callback) Query for limits rate limit aggregates. -
Uses of RateLimitAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RateLimitAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RateLimitAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RateLimitAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsRatelimitsAggregatesQueryRequest.builder(RateLimitAggregationQuery body) voidPostAnalyticsRatelimitsAggregatesQueryRequest.setBody(RateLimitAggregationQuery body) PostAnalyticsRatelimitsAggregatesQueryRequest.Builder.withBody(RateLimitAggregationQuery body) PostAnalyticsRatelimitsAggregatesQueryRequest.withBody(RateLimitAggregationQuery body) PostAnalyticsRatelimitsAggregatesQueryRequest.Builder.withRequiredParams(RateLimitAggregationQuery body) -
Uses of RateLimitAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RateLimitAggregationQueryModifier and TypeMethodDescriptionRateLimitAggregationQuery.alternateTimeDimension(RateLimitAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.RateLimitAggregationQuery.filter(RateLimitAggregateQueryFilter filter) Behaves like a SQL WHERE clause.RateLimitAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.RateLimitAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.RateLimitAggregationQuery.groupBy(List<RateLimitAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.RateLimitAggregationQuery.metrics(List<RateLimitAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).RateLimitAggregationQuery.views(List<RateLimitAggregationView> views) Custom derived metric views