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