Uses of Class
com.mypurecloud.sdk.v2.model.DevelopmentActivityAggregateParam
Packages that use DevelopmentActivityAggregateParam
Package
Description
-
Uses of DevelopmentActivityAggregateParam in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DevelopmentActivityAggregateParamModifier and TypeMethodDescriptionRetrieve aggregated development activity data Results are filtered based on the applicable permissions.UsersApi.postUsersDevelopmentActivitiesAggregatesQueryWithHttpInfo(DevelopmentActivityAggregateParam body) Retrieve aggregated development activity data Results are filtered based on the applicable permissions.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DevelopmentActivityAggregateParamModifier and TypeMethodDescriptionUsersApi.postUsersDevelopmentActivitiesAggregatesQuery(ApiRequest<DevelopmentActivityAggregateParam> request) Retrieve aggregated development activity data Results are filtered based on the applicable permissions.UsersApiAsync.postUsersDevelopmentActivitiesAggregatesQueryAsync(ApiRequest<DevelopmentActivityAggregateParam> request, AsyncApiCallback<ApiResponse<DevelopmentActivityAggregateResponse>> callback) Retrieve aggregated development activity data Results are filtered based on the applicable permissions. -
Uses of DevelopmentActivityAggregateParam in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DevelopmentActivityAggregateParamMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DevelopmentActivityAggregateParamModifier and TypeMethodDescriptionPostUsersDevelopmentActivitiesAggregatesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type DevelopmentActivityAggregateParamModifier and TypeMethodDescriptionPostUsersDevelopmentActivitiesAggregatesQueryRequest.builder(DevelopmentActivityAggregateParam body) voidPostUsersDevelopmentActivitiesAggregatesQueryRequest.setBody(DevelopmentActivityAggregateParam body) PostUsersDevelopmentActivitiesAggregatesQueryRequest.Builder.withBody(DevelopmentActivityAggregateParam body) PostUsersDevelopmentActivitiesAggregatesQueryRequest.withBody(DevelopmentActivityAggregateParam body) PostUsersDevelopmentActivitiesAggregatesQueryRequest.Builder.withRequiredParams(DevelopmentActivityAggregateParam body) -
Uses of DevelopmentActivityAggregateParam in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DevelopmentActivityAggregateParamModifier and TypeMethodDescriptionDevelopmentActivityAggregateParam.filter(DevelopmentActivityAggregateQueryRequestFilter filter) The filter applied to the data.DevelopmentActivityAggregateParam.groupBy(List<DevelopmentActivityAggregateParam.GroupByEnum> groupBy) Specifies if the aggregated data is combined into a single set of metrics (groupBy is empty or not specified), or contains an element per attendeeId (groupBy is \"attendeeId\")Specifies the range of due dates to be used for filtering.DevelopmentActivityAggregateParam.metrics(List<DevelopmentActivityAggregateParam.MetricsEnum> metrics) The list of metrics to be returned.