Uses of Record Class
com.university.bookstore.api.ModernMaterialStore.BatchOperationResult
Packages that use ModernMaterialStore.BatchOperationResult
-
Uses of ModernMaterialStore.BatchOperationResult in com.university.bookstore.api
Methods in com.university.bookstore.api that return types with arguments of type ModernMaterialStore.BatchOperationResultModifier and TypeMethodDescriptionModernMaterialStore.addMaterialsBatchAsync(List<Material> materials) Adds multiple materials in batch.ModernMaterialStore.removeMaterialsBatchAsync(List<String> ids) Removes multiple materials in batch.