Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentItem
Packages that use LearningAssignmentItem
Package
Description
-
Uses of LearningAssignmentItem in com.mypurecloud.sdk.v2.api
Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentItemModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsBulkadd(ApiRequest<List<LearningAssignmentItem>> request) Add multiple learning assignmentsLearningApi.postLearningAssignmentsBulkadd(List<LearningAssignmentItem> body) Add multiple learning assignmentsLearningApiAsync.postLearningAssignmentsBulkaddAsync(ApiRequest<List<LearningAssignmentItem>> request, AsyncApiCallback<ApiResponse<LearningAssignmentBulkAddResponse>> callback) Add multiple learning assignmentsLearningApi.postLearningAssignmentsBulkaddWithHttpInfo(List<LearningAssignmentItem> body) Add multiple learning assignments -
Uses of LearningAssignmentItem in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LearningAssignmentItemModifier and TypeMethodDescriptionPostLearningAssignmentsBulkaddRequest.getBody()PostLearningAssignmentsBulkaddRequest.withHttpInfo()Method parameters in com.mypurecloud.sdk.v2.api.request with type arguments of type LearningAssignmentItemModifier and TypeMethodDescriptionvoidPostLearningAssignmentsBulkaddRequest.setBody(List<LearningAssignmentItem> body) PostLearningAssignmentsBulkaddRequest.Builder.withBody(List<LearningAssignmentItem> body) PostLearningAssignmentsBulkaddRequest.withBody(List<LearningAssignmentItem> body) -
Uses of LearningAssignmentItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentItemModifier and TypeMethodDescriptionDisallowedEntityLearningAssignmentItem.getEntity()The Learning Module ID associated with this assignmentThe User ID associated with this assignmentMethods in com.mypurecloud.sdk.v2.model with parameters of type LearningAssignmentItemModifier and TypeMethodDescriptionDisallowedEntityLearningAssignmentItem.entity(LearningAssignmentItem entity) The entity that was disallowedvoidDisallowedEntityLearningAssignmentItem.setEntity(LearningAssignmentItem entity)