Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentUpdate
Packages that use LearningAssignmentUpdate
Package
Description
-
Uses of LearningAssignmentUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningAssignmentUpdateModifier and TypeMethodDescriptionLearningApi.patchLearningAssignment(String assignmentId, LearningAssignmentUpdate body) Update Learning AssignmentLearningApi.patchLearningAssignmentWithHttpInfo(String assignmentId, LearningAssignmentUpdate body) Update Learning AssignmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentUpdateModifier and TypeMethodDescriptionLearningApi.patchLearningAssignment(ApiRequest<LearningAssignmentUpdate> request) Update Learning AssignmentLearningApiAsync.patchLearningAssignmentAsync(ApiRequest<LearningAssignmentUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update Learning Assignment -
Uses of LearningAssignmentUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningAssignmentUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningAssignmentUpdateModifier and TypeMethodDescriptionvoidPatchLearningAssignmentRequest.setBody(LearningAssignmentUpdate body) PatchLearningAssignmentRequest.Builder.withBody(LearningAssignmentUpdate body) PatchLearningAssignmentRequest.withBody(LearningAssignmentUpdate body) -
Uses of LearningAssignmentUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentUpdateModifier and TypeMethodDescriptionLearningAssignmentUpdate.assessment(LearningAssessment assessment) An updated AssessmentLearningAssignmentUpdate.state(LearningAssignmentUpdate.StateEnum state) The Learning Assignment state