Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLearningAssignmentReassignRequest
Packages that use PostLearningAssignmentReassignRequest
-
Uses of PostLearningAssignmentReassignRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLearningAssignmentReassignRequestModifier and TypeMethodDescriptionLearningApi.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 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 module -
Uses of PostLearningAssignmentReassignRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLearningAssignmentReassignRequestModifier and TypeMethodDescriptionPostLearningAssignmentReassignRequest.Builder.build()PostLearningAssignmentReassignRequest.withAssignmentId(String assignmentId) PostLearningAssignmentReassignRequest.withCustomHeader(String name, String value)