Uses of Class
com.mypurecloud.sdk.v2.model.CoachingAppointmentAggregateRequest
Packages that use CoachingAppointmentAggregateRequest
Package
Description
-
Uses of CoachingAppointmentAggregateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CoachingAppointmentAggregateRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentsAggregatesQuery(CoachingAppointmentAggregateRequest body) Retrieve aggregated appointment dataCoachingApi.postCoachingAppointmentsAggregatesQueryWithHttpInfo(CoachingAppointmentAggregateRequest body) Retrieve aggregated appointment dataMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CoachingAppointmentAggregateRequestModifier and TypeMethodDescriptionCoachingApi.postCoachingAppointmentsAggregatesQuery(ApiRequest<CoachingAppointmentAggregateRequest> request) Retrieve aggregated appointment dataCoachingApiAsync.postCoachingAppointmentsAggregatesQueryAsync(ApiRequest<CoachingAppointmentAggregateRequest> request, AsyncApiCallback<ApiResponse<CoachingAppointmentAggregateResponse>> callback) Retrieve aggregated appointment data -
Uses of CoachingAppointmentAggregateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CoachingAppointmentAggregateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CoachingAppointmentAggregateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CoachingAppointmentAggregateRequestModifier and TypeMethodDescriptionPostCoachingAppointmentsAggregatesQueryRequest.builder(CoachingAppointmentAggregateRequest body) voidPostCoachingAppointmentsAggregatesQueryRequest.setBody(CoachingAppointmentAggregateRequest body) PostCoachingAppointmentsAggregatesQueryRequest.Builder.withBody(CoachingAppointmentAggregateRequest body) PostCoachingAppointmentsAggregatesQueryRequest.withBody(CoachingAppointmentAggregateRequest body) PostCoachingAppointmentsAggregatesQueryRequest.Builder.withRequiredParams(CoachingAppointmentAggregateRequest body) -
Uses of CoachingAppointmentAggregateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CoachingAppointmentAggregateRequestModifier and TypeMethodDescriptionCoachingAppointmentAggregateRequest.filter(QueryRequestFilter filter) The filter applied to the dataCoachingAppointmentAggregateRequest.groupBy(List<CoachingAppointmentAggregateRequest.GroupByEnum> groupBy) An optional list of items by which to group the result data.Interval to aggregate across.CoachingAppointmentAggregateRequest.metrics(List<CoachingAppointmentAggregateRequest.MetricsEnum> metrics) A list of metrics to aggregate.