Uses of Class
com.mypurecloud.sdk.v2.model.SurveyAggregationQuery
Packages that use SurveyAggregationQuery
Package
Description
-
Uses of SurveyAggregationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SurveyAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsSurveysAggregatesQuery(SurveyAggregationQuery body) Query for survey aggregatesQualityApi.postAnalyticsSurveysAggregatesQuery(SurveyAggregationQuery body) Query for survey aggregatesAnalyticsApi.postAnalyticsSurveysAggregatesQueryWithHttpInfo(SurveyAggregationQuery body) Query for survey aggregatesQualityApi.postAnalyticsSurveysAggregatesQueryWithHttpInfo(SurveyAggregationQuery body) Query for survey aggregatesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SurveyAggregationQueryModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsSurveysAggregatesQuery(ApiRequest<SurveyAggregationQuery> request) Query for survey aggregatesQualityApi.postAnalyticsSurveysAggregatesQuery(ApiRequest<SurveyAggregationQuery> request) Query for survey aggregatesAnalyticsApiAsync.postAnalyticsSurveysAggregatesQueryAsync(ApiRequest<SurveyAggregationQuery> request, AsyncApiCallback<ApiResponse<SurveyAggregateQueryResponse>> callback) Query for survey aggregatesQualityApiAsync.postAnalyticsSurveysAggregatesQueryAsync(ApiRequest<SurveyAggregationQuery> request, AsyncApiCallback<ApiResponse<SurveyAggregateQueryResponse>> callback) Query for survey aggregates -
Uses of SurveyAggregationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SurveyAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SurveyAggregationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type SurveyAggregationQueryModifier and TypeMethodDescriptionPostAnalyticsSurveysAggregatesQueryRequest.builder(SurveyAggregationQuery body) voidPostAnalyticsSurveysAggregatesQueryRequest.setBody(SurveyAggregationQuery body) PostAnalyticsSurveysAggregatesQueryRequest.Builder.withBody(SurveyAggregationQuery body) PostAnalyticsSurveysAggregatesQueryRequest.withBody(SurveyAggregationQuery body) PostAnalyticsSurveysAggregatesQueryRequest.Builder.withRequiredParams(SurveyAggregationQuery body) -
Uses of SurveyAggregationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyAggregationQueryModifier and TypeMethodDescriptionSurveyAggregationQuery.alternateTimeDimension(SurveyAggregationQuery.AlternateTimeDimensionEnum alternateTimeDimension) Dimension to use as the alternative timestamp for data in the aggregate.SurveyAggregationQuery.filter(SurveyAggregateQueryFilter filter) Behaves like a SQL WHERE clause.SurveyAggregationQuery.flattenMultivaluedDimensions(Boolean flattenMultivaluedDimensions) Flattens any multivalued dimensions used in response groups (e.g.SurveyAggregationQuery.granularity(String granularity) Granularity aggregates metrics into subpartitions within the time interval specified.SurveyAggregationQuery.groupBy(List<SurveyAggregationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.SurveyAggregationQuery.metrics(List<SurveyAggregationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.Time zone context used to calculate response intervals (this allows resolving DST changes).SurveyAggregationQuery.views(List<SurveyAggregationView> views) Custom derived metric views