Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentStep
Packages that use LearningAssignmentStep
Package
Description
-
Uses of LearningAssignmentStep in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningAssignmentStepModifier and TypeMethodDescriptionLearningApi.getLearningAssignmentStep(GetLearningAssignmentStepRequest request) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.getLearningAssignmentStep(String assignmentId, String stepId, String shareableContentObjectId, String defaultShareableContentObject, List<String> expand) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStep(PatchLearningAssignmentStepRequest request) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStep(String assignmentId, String stepId, LearningAssignmentStep body) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningAssignmentStepModifier and TypeMethodDescriptionLearningApi.getLearningAssignmentStep(ApiRequest<Void> request) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentStepAsync(GetLearningAssignmentStepRequest request, AsyncApiCallback<LearningAssignmentStep> callback) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentStepAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignmentStep>> callback) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.getLearningAssignmentStepWithHttpInfo(String assignmentId, String stepId, String shareableContentObjectId, String defaultShareableContentObject, List<String> expand) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStep(ApiRequest<LearningAssignmentStep> 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 assignmentLearningApiAsync.patchLearningAssignmentStepAsync(ApiRequest<LearningAssignmentStep> request, AsyncApiCallback<ApiResponse<LearningAssignmentStep>> callback) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStepWithHttpInfo(String assignmentId, String stepId, LearningAssignmentStep body) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentMethods in com.mypurecloud.sdk.v2.api with parameters of type LearningAssignmentStepModifier and TypeMethodDescriptionLearningApi.patchLearningAssignmentStep(String assignmentId, String stepId, LearningAssignmentStep body) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStepWithHttpInfo(String assignmentId, String stepId, LearningAssignmentStep body) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentStepModifier and TypeMethodDescriptionLearningApiAsync.getLearningAssignmentStepAsync(GetLearningAssignmentStepRequest request, AsyncApiCallback<LearningAssignmentStep> callback) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.getLearningAssignmentStepAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<LearningAssignmentStep>> callback) Get Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApi.patchLearningAssignmentStep(ApiRequest<LearningAssignmentStep> 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 assignmentLearningApiAsync.patchLearningAssignmentStepAsync(ApiRequest<LearningAssignmentStep> request, AsyncApiCallback<ApiResponse<LearningAssignmentStep>> callback) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignmentLearningApiAsync.patchLearningAssignmentStepAsync(ApiRequest<LearningAssignmentStep> request, AsyncApiCallback<ApiResponse<LearningAssignmentStep>> callback) Update Learning Assignment Step Permission not required if you are the assigned user of the learning assignment -
Uses of LearningAssignmentStep in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LearningAssignmentStepMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentStepMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LearningAssignmentStepModifier and TypeMethodDescriptionvoidPatchLearningAssignmentStepRequest.setBody(LearningAssignmentStep body) PatchLearningAssignmentStepRequest.Builder.withBody(LearningAssignmentStep body) PatchLearningAssignmentStepRequest.withBody(LearningAssignmentStep body) -
Uses of LearningAssignmentStep in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentStepModifier and TypeMethodDescriptionLearningAssignmentStep.completionPercentage(Float completionPercentage) The completion percentage for this stepLearningAssignment.getNextStep()LearningAssignmentStep.shareableContentObject(LearningShareableContentObject shareableContentObject) The SCO (Shareable Content Object) dataMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type LearningAssignmentStep