Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateParam
Packages that use LearningAssignmentAggregateParam
Package
Description
-
Uses of LearningAssignmentAggregateParam in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningAssignmentAggregateParamModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsAggregatesQuery(LearningAssignmentAggregateParam body) Retrieve aggregated assignment dataLearningApi.postLearningAssignmentsAggregatesQueryWithHttpInfo(LearningAssignmentAggregateParam body) Retrieve aggregated assignment dataMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentAggregateParamModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsAggregatesQuery(ApiRequest<LearningAssignmentAggregateParam> request) Retrieve aggregated assignment dataLearningApiAsync.postLearningAssignmentsAggregatesQueryAsync(ApiRequest<LearningAssignmentAggregateParam> request, AsyncApiCallback<ApiResponse<LearningAssignmentAggregateResponse>> callback) Retrieve aggregated assignment data -
Uses of LearningAssignmentAggregateParam in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningAssignmentAggregateParamMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentAggregateParamMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningAssignmentAggregateParamModifier and TypeMethodDescriptionPostLearningAssignmentsAggregatesQueryRequest.builder(LearningAssignmentAggregateParam body) voidPostLearningAssignmentsAggregatesQueryRequest.setBody(LearningAssignmentAggregateParam body) PostLearningAssignmentsAggregatesQueryRequest.Builder.withBody(LearningAssignmentAggregateParam body) PostLearningAssignmentsAggregatesQueryRequest.withBody(LearningAssignmentAggregateParam body) PostLearningAssignmentsAggregatesQueryRequest.Builder.withRequiredParams(LearningAssignmentAggregateParam body) -
Uses of LearningAssignmentAggregateParam in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentAggregateParamModifier and TypeMethodDescriptionLearningAssignmentAggregateParam.filter(LearningAssignmentAggregateQueryRequestFilter filter) The filter applied to the data.LearningAssignmentAggregateParam.groupBy(List<LearningAssignmentAggregateParam.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.LearningAssignmentAggregateParam.metrics(List<LearningAssignmentAggregateParam.MetricsEnum> metrics) The list of metrics to be returned.