Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignment
Packages that use LearningAssignment
-
Uses of LearningAssignment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningAssignmentModifier and TypeMethodDescriptionLearningApi.getLearningAssignment(GetLearningAssignmentRequest request) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApi.getLearningAssignment(String assignmentId, List<String> expand) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignment(PatchLearningAssignmentRequest request) Update Learning AssignmentLearningApi.patchLearningAssignment(String assignmentId, LearningAssignmentUpdate body) Update Learning AssignmentLearningApi.patchLearningAssignmentReschedule(PatchLearningAssignmentRescheduleRequest request) Reschedule Learning AssignmentLearningApi.patchLearningAssignmentReschedule(String assignmentId, LearningAssignmentReschedule body) Reschedule Learning AssignmentLearningApi.patchLearningModuleUserAssignments(PatchLearningModuleUserAssignmentsRequest request) Update an external assignment for a specific userLearningApi.patchLearningModuleUserAssignments(String moduleId, String userId, LearningAssignmentExternalUpdate body) Update an external assignment for a specific userLearningApi.postLearningAssignmentReassign(PostLearningAssignmentReassignRequest request) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApi.postLearningAssignmentReassign(String assignmentId) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApi.postLearningAssignmentReset(PostLearningAssignmentResetRequest request) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApi.postLearningAssignmentReset(String assignmentId) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApi.postLearningAssignments(PostLearningAssignmentsRequest request) Create Learning AssignmentLearningApi.postLearningAssignments(LearningAssignmentCreate body) Create Learning AssignmentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningAssignmentModifier and TypeMethodDescriptionLearningApi.getLearningAssignment(ApiRequest<Void> request) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentAsync(GetLearningAssignmentRequest request, AsyncApiCallback<LearningAssignment> callback) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApi.getLearningAssignmentWithHttpInfo(String assignmentId, List<String> expand) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignment(ApiRequest<LearningAssignmentUpdate> request) Update Learning AssignmentLearningApiAsync.patchLearningAssignmentAsync(PatchLearningAssignmentRequest request, AsyncApiCallback<LearningAssignment> callback) Update Learning AssignmentLearningApiAsync.patchLearningAssignmentAsync(ApiRequest<LearningAssignmentUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update Learning AssignmentLearningApi.patchLearningAssignmentReschedule(ApiRequest<LearningAssignmentReschedule> request) Reschedule Learning AssignmentLearningApiAsync.patchLearningAssignmentRescheduleAsync(PatchLearningAssignmentRescheduleRequest request, AsyncApiCallback<LearningAssignment> callback) Reschedule Learning AssignmentLearningApiAsync.patchLearningAssignmentRescheduleAsync(ApiRequest<LearningAssignmentReschedule> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reschedule Learning AssignmentLearningApi.patchLearningAssignmentRescheduleWithHttpInfo(String assignmentId, LearningAssignmentReschedule body) Reschedule Learning AssignmentLearningApi.patchLearningAssignmentWithHttpInfo(String assignmentId, LearningAssignmentUpdate body) Update Learning AssignmentLearningApi.patchLearningModuleUserAssignments(ApiRequest<LearningAssignmentExternalUpdate> request) Update an external assignment for a specific userLearningApiAsync.patchLearningModuleUserAssignmentsAsync(PatchLearningModuleUserAssignmentsRequest request, AsyncApiCallback<LearningAssignment> callback) Update an external assignment for a specific userLearningApiAsync.patchLearningModuleUserAssignmentsAsync(ApiRequest<LearningAssignmentExternalUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update an external assignment for a specific userLearningApi.patchLearningModuleUserAssignmentsWithHttpInfo(String moduleId, String userId, LearningAssignmentExternalUpdate body) Update an external assignment for a specific userLearningApi.postLearningAssignmentReassign(ApiRequest<Void> request) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApiAsync.postLearningAssignmentReassignAsync(PostLearningAssignmentReassignRequest request, AsyncApiCallback<LearningAssignment> callback) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApiAsync.postLearningAssignmentReassignAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApi.postLearningAssignmentReassignWithHttpInfo(String assignmentId) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApi.postLearningAssignmentReset(ApiRequest<Void> request) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApiAsync.postLearningAssignmentResetAsync(PostLearningAssignmentResetRequest request, AsyncApiCallback<LearningAssignment> callback) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApiAsync.postLearningAssignmentResetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApi.postLearningAssignmentResetWithHttpInfo(String assignmentId) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApi.postLearningAssignments(ApiRequest<LearningAssignmentCreate> request) Create Learning AssignmentLearningApiAsync.postLearningAssignmentsAsync(PostLearningAssignmentsRequest request, AsyncApiCallback<LearningAssignment> callback) Create Learning AssignmentLearningApiAsync.postLearningAssignmentsAsync(ApiRequest<LearningAssignmentCreate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Create Learning AssignmentLearningApi.postLearningAssignmentsWithHttpInfo(LearningAssignmentCreate body) Create Learning AssignmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentModifier and TypeMethodDescriptionLearningApiAsync.getLearningAssignmentAsync(GetLearningAssignmentRequest request, AsyncApiCallback<LearningAssignment> callback) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Get Learning Assignment Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.patchLearningAssignmentAsync(PatchLearningAssignmentRequest request, AsyncApiCallback<LearningAssignment> callback) Update Learning AssignmentLearningApiAsync.patchLearningAssignmentAsync(ApiRequest<LearningAssignmentUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update Learning AssignmentLearningApiAsync.patchLearningAssignmentRescheduleAsync(PatchLearningAssignmentRescheduleRequest request, AsyncApiCallback<LearningAssignment> callback) Reschedule Learning AssignmentLearningApiAsync.patchLearningAssignmentRescheduleAsync(ApiRequest<LearningAssignmentReschedule> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reschedule Learning AssignmentLearningApiAsync.patchLearningModuleUserAssignmentsAsync(PatchLearningModuleUserAssignmentsRequest request, AsyncApiCallback<LearningAssignment> callback) Update an external assignment for a specific userLearningApiAsync.patchLearningModuleUserAssignmentsAsync(ApiRequest<LearningAssignmentExternalUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update an external assignment for a specific userLearningApiAsync.postLearningAssignmentReassignAsync(PostLearningAssignmentReassignRequest request, AsyncApiCallback<LearningAssignment> callback) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApiAsync.postLearningAssignmentReassignAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reassign Learning Assignment This will reassign the state of the assignment to 'Assigned' and update the assignment to the latest version of the moduleLearningApiAsync.postLearningAssignmentResetAsync(PostLearningAssignmentResetRequest request, AsyncApiCallback<LearningAssignment> callback) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApiAsync.postLearningAssignmentResetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Reset Learning Assignment This will reset the state of the assignment to 'Assigned' and remove the version of Learning module associated with the assignmentLearningApiAsync.postLearningAssignmentsAsync(PostLearningAssignmentsRequest request, AsyncApiCallback<LearningAssignment> callback) Create Learning AssignmentLearningApiAsync.postLearningAssignmentsAsync(ApiRequest<LearningAssignmentCreate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Create Learning Assignment -
Uses of LearningAssignment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentModifier and TypeMethodDescriptionLearningAssignment.assessment(LearningAssessment assessment) The assessment associated with this assignmentLearningAssignment.assessmentForm(AssessmentForm assessmentForm) The assessment form associated with this assignmentLearningAssignment.dateRecommendedForCompletion(Date dateRecommendedForCompletion) The recommended completion date of the assignment.LearningAssignment.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the assignmentLearningAssignment.module(LearningModule module) The Learning module object associated with this assignmentLearningAssignment.state(LearningAssignment.StateEnum state) The Learning Assignment stateLearningAssignment.user(UserReference user) The user to whom the assignment is assignedThe version of Learning module assignedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LearningAssignmentModifier and TypeMethodDescriptionAssignedLearningModule.getCurrentAssignments()LearningAssignmentBulkAddResponse.getEntities()LearningAssignmentsDomainEntity.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type LearningAssignmentModifier and TypeMethodDescriptionAssignedLearningModule.currentAssignments(List<LearningAssignment> currentAssignments) The current assignments for the requested usersLearningAssignmentBulkAddResponse.entities(List<LearningAssignment> entities) The learning assignments that were assigned correctlyLearningAssignmentsDomainEntity.entities(List<LearningAssignment> entities) voidAssignedLearningModule.setCurrentAssignments(List<LearningAssignment> currentAssignments) voidLearningAssignmentBulkAddResponse.setEntities(List<LearningAssignment> entities) voidLearningAssignmentsDomainEntity.setEntities(List<LearningAssignment> entities)