Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentExternalUpdate
Packages that use LearningAssignmentExternalUpdate
Package
Description
-
Uses of LearningAssignmentExternalUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LearningAssignmentExternalUpdateModifier and TypeMethodDescriptionLearningApi.patchLearningModuleUserAssignments(String moduleId, String userId, LearningAssignmentExternalUpdate body) Update an external assignment for a specific userLearningApi.patchLearningModuleUserAssignmentsWithHttpInfo(String moduleId, String userId, LearningAssignmentExternalUpdate body) Update an external assignment for a specific userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentExternalUpdateModifier and TypeMethodDescriptionLearningApi.patchLearningModuleUserAssignments(ApiRequest<LearningAssignmentExternalUpdate> request) Update an external assignment for a specific userLearningApiAsync.patchLearningModuleUserAssignmentsAsync(ApiRequest<LearningAssignmentExternalUpdate> request, AsyncApiCallback<ApiResponse<LearningAssignment>> callback) Update an external assignment for a specific user -
Uses of LearningAssignmentExternalUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningAssignmentExternalUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentExternalUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningAssignmentExternalUpdateModifier and TypeMethodDescriptionPatchLearningModuleUserAssignmentsRequest.builder(String moduleId, String userId, LearningAssignmentExternalUpdate body) voidPatchLearningModuleUserAssignmentsRequest.setBody(LearningAssignmentExternalUpdate body) PatchLearningModuleUserAssignmentsRequest.Builder.withBody(LearningAssignmentExternalUpdate body) PatchLearningModuleUserAssignmentsRequest.withBody(LearningAssignmentExternalUpdate body) PatchLearningModuleUserAssignmentsRequest.Builder.withRequiredParams(String moduleId, String userId, LearningAssignmentExternalUpdate body) -
Uses of LearningAssignmentExternalUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentExternalUpdateModifier and TypeMethodDescriptionWas the assignment marked as passedLearningAssignmentExternalUpdate.percentageScore(Float percentageScore) The scoreLearningAssignmentExternalUpdate.state(LearningAssignmentExternalUpdate.StateEnum state) The Learning Assignment state