Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentCreate
Packages that use LearningAssignmentCreate
Package
Description
-
Uses of LearningAssignmentCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningAssignmentCreateModifier and TypeMethodDescriptionLearningApi.postLearningAssignments(LearningAssignmentCreate body) Create Learning AssignmentLearningApi.postLearningAssignmentsWithHttpInfo(LearningAssignmentCreate body) Create Learning AssignmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentCreateModifier and TypeMethodDescriptionLearningApi.postLearningAssignments(ApiRequest<LearningAssignmentCreate> request) Create Learning AssignmentLearningApiAsync.postLearningAssignmentsAsync(ApiRequest<LearningAssignmentCreate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Create Learning Assignment -
Uses of LearningAssignmentCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningAssignmentCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningAssignmentCreateModifier and TypeMethodDescriptionvoidPostLearningAssignmentsRequest.setBody(LearningAssignmentCreate body) PostLearningAssignmentsRequest.Builder.withBody(LearningAssignmentCreate body) PostLearningAssignmentsRequest.withBody(LearningAssignmentCreate body) -
Uses of LearningAssignmentCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentCreateModifier and TypeMethodDescriptionLearningAssignmentCreate.addToSchedule(Boolean addToSchedule) If True, adds the assignment to their scheduleLearningAssignmentCreate.lengthInMinutes(Integer lengthInMinutes) The length in minutes of assignmentThe Learning module Id associated with this assignmentLearningAssignmentCreate.recommendedCompletionDate(Date recommendedCompletionDate) The recommended completion date of assignment.The User for whom the assignment is assigned