Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchLearningAssignmentStepRequest
Packages that use PatchLearningAssignmentStepRequest
-
Uses of PatchLearningAssignmentStepRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchLearningAssignmentStepRequestModifier and TypeMethodDescriptionLearningApi.patchLearningAssignmentStep(PatchLearningAssignmentStepRequest request) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.patchLearningAssignmentStepAsync(PatchLearningAssignmentStepRequest request, AsyncApiCallback<LearningAssignmentStep> callback) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignment -
Uses of PatchLearningAssignmentStepRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchLearningAssignmentStepRequestModifier and TypeMethodDescriptionPatchLearningAssignmentStepRequest.Builder.build()PatchLearningAssignmentStepRequest.withAssignmentId(String assignmentId) PatchLearningAssignmentStepRequest.withBody(LearningAssignmentStep body) PatchLearningAssignmentStepRequest.withCustomHeader(String name, String value) PatchLearningAssignmentStepRequest.withStepId(String stepId)