Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentBulkAddResponse
Packages that use LearningAssignmentBulkAddResponse
-
Uses of LearningAssignmentBulkAddResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningAssignmentBulkAddResponseModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsBulkadd(PostLearningAssignmentsBulkaddRequest request) Add multiple learning assignmentsLearningApi.postLearningAssignmentsBulkadd(List<LearningAssignmentItem> body) Add multiple learning assignmentsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningAssignmentBulkAddResponseModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsBulkadd(ApiRequest<List<LearningAssignmentItem>> request) Add multiple learning assignmentsLearningApiAsync.postLearningAssignmentsBulkaddAsync(PostLearningAssignmentsBulkaddRequest request, AsyncApiCallback<LearningAssignmentBulkAddResponse> callback) Add multiple learning assignmentsLearningApiAsync.postLearningAssignmentsBulkaddAsync(ApiRequest<List<LearningAssignmentItem>> request, AsyncApiCallback<ApiResponse<LearningAssignmentBulkAddResponse>> callback) Add multiple learning assignmentsLearningApi.postLearningAssignmentsBulkaddWithHttpInfo(List<LearningAssignmentItem> body) Add multiple learning assignmentsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentBulkAddResponseModifier and TypeMethodDescriptionLearningApiAsync.postLearningAssignmentsBulkaddAsync(PostLearningAssignmentsBulkaddRequest request, AsyncApiCallback<LearningAssignmentBulkAddResponse> callback) Add multiple learning assignmentsLearningApiAsync.postLearningAssignmentsBulkaddAsync(ApiRequest<List<LearningAssignmentItem>> request, AsyncApiCallback<ApiResponse<LearningAssignmentBulkAddResponse>> callback) Add multiple learning assignments -
Uses of LearningAssignmentBulkAddResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentBulkAddResponseModifier and TypeMethodDescriptionLearningAssignmentBulkAddResponse.disallowedEntities(List<DisallowedEntityLearningAssignmentItem> disallowedEntities) The items that were not allowed to be assignedLearningAssignmentBulkAddResponse.entities(List<LearningAssignment> entities) The learning assignments that were assigned correctly