Uses of Class
com.mypurecloud.sdk.v2.model.ConversationAsyncAggregationQuery
Packages that use ConversationAsyncAggregationQuery
Package
Description
-
Uses of ConversationAsyncAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ConversationAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsConversationsAggregatesJobs(ConversationAsyncAggregationQuery body) Query for conversation aggregates asynchronouslyConversationsApi.postAnalyticsConversationsAggregatesJobs(ConversationAsyncAggregationQuery body) Query for conversation aggregates asynchronouslyAnalyticsApi.postAnalyticsConversationsAggregatesJobsWithHttpInfo(ConversationAsyncAggregationQuery body) Query for conversation aggregates asynchronouslyConversationsApi.postAnalyticsConversationsAggregatesJobsWithHttpInfo(ConversationAsyncAggregationQuery body) Query for conversation aggregates asynchronouslyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ConversationAsyncAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsConversationsAggregatesJobs(ApiRequest<ConversationAsyncAggregationQuery> request) Query for conversation aggregates asynchronouslyConversationsApi.postAnalyticsConversationsAggregatesJobs(ApiRequest<ConversationAsyncAggregationQuery> request) Query for conversation aggregates asynchronouslyAnalyticsApiAsync.postAnalyticsConversationsAggregatesJobsAsync(ApiRequest<ConversationAsyncAggregationQuery> request, AsyncApiCallback<ApiResponse<AsyncQueryResponse>> callback) Query for conversation aggregates asynchronouslyConversationsApiAsync.postAnalyticsConversationsAggregatesJobsAsync(ApiRequest<ConversationAsyncAggregationQuery> request, AsyncApiCallback<ApiResponse<AsyncQueryResponse>> callback) Query for conversation aggregates asynchronously -
Uses of ConversationAsyncAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ConversationAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ConversationAsyncAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ConversationAsyncAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsConversationsAggregatesJobsRequest.builder(ConversationAsyncAggregationQuery body) voidPostAnalyticsConversationsAggregatesJobsRequest.setBody(ConversationAsyncAggregationQuery body) PostAnalyticsConversationsAggregatesJobsRequest.Builder.withBody(ConversationAsyncAggregationQuery body) PostAnalyticsConversationsAggregatesJobsRequest.withBody(ConversationAsyncAggregationQuery body) PostAnalyticsConversationsAggregatesJobsRequest.Builder.withRequiredParams(ConversationAsyncAggregationQuery body) -
Uses of ConversationAsyncAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationAsyncAggregationQueryModifier and TypeMethodDescriptionConversationAsyncAggregationQuery.alternateTimeDimension(ConversationAsyncAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.ConversationAsyncAggregationQuery.filter(ConversationAggregateQueryFilter filter) Behaves like a SQL WHERE clause.ConversationAsyncAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.ConversationAsyncAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.ConversationAsyncAggregationQuery.groupBy(List<ConversationAsyncAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.How many results you want in an ordered list.ConversationAsyncAggregationQuery.metrics(List<ConversationAsyncAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.The number of results per pageConversationAsyncAggregationQuery.queryType(ConversationAsyncAggregationQuery.QueryTypeEnum queryType) Query type to use.ConversationAsyncAggregationQuery.sortMetric(ConversationAggregationSort sortMetric) Required when requesting multiple metrics.Time zone context used to calculate response intervals (this allows resolving DST changes).ConversationAsyncAggregationQuery.views(List<ConversationAggregationView> views) Custom derived metric views