Uses of Class
com.mypurecloud.sdk.v2.model.LearningAssignmentBulkRemoveResponse
Packages that use LearningAssignmentBulkRemoveResponse
-
Uses of LearningAssignmentBulkRemoveResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LearningAssignmentBulkRemoveResponseModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsBulkremove(PostLearningAssignmentsBulkremoveRequest request) Remove multiple Learning AssignmentsLearningApi.postLearningAssignmentsBulkremove(List<String> body) Remove multiple Learning AssignmentsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LearningAssignmentBulkRemoveResponseModifier and TypeMethodDescriptionLearningApi.postLearningAssignmentsBulkremove(ApiRequest<List<String>> request) Remove multiple Learning AssignmentsLearningApiAsync.postLearningAssignmentsBulkremoveAsync(PostLearningAssignmentsBulkremoveRequest request, AsyncApiCallback<LearningAssignmentBulkRemoveResponse> callback) Remove multiple Learning AssignmentsLearningApiAsync.postLearningAssignmentsBulkremoveAsync(ApiRequest<List<String>> request, AsyncApiCallback<ApiResponse<LearningAssignmentBulkRemoveResponse>> callback) Remove multiple Learning AssignmentsLearningApi.postLearningAssignmentsBulkremoveWithHttpInfo(List<String> body) Remove multiple Learning AssignmentsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LearningAssignmentBulkRemoveResponseModifier and TypeMethodDescriptionLearningApiAsync.postLearningAssignmentsBulkremoveAsync(PostLearningAssignmentsBulkremoveRequest request, AsyncApiCallback<LearningAssignmentBulkRemoveResponse> callback) Remove multiple Learning AssignmentsLearningApiAsync.postLearningAssignmentsBulkremoveAsync(ApiRequest<List<String>> request, AsyncApiCallback<ApiResponse<LearningAssignmentBulkRemoveResponse>> callback) Remove multiple Learning Assignments -
Uses of LearningAssignmentBulkRemoveResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LearningAssignmentBulkRemoveResponseModifier and TypeMethodDescriptionLearningAssignmentBulkRemoveResponse.disallowedEntities(List<DisallowedEntityLearningAssignmentReference> disallowedEntities) The learning assignments that were not removed due to missing permissionsLearningAssignmentBulkRemoveResponse.entities(List<LearningAssignmentEntity> entities) The learning assignments that were removed successfully