All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.ibodrov.mica.api.model.BatchOperationResult Maven / Gradle / Ivy

There is a newer version: 0.0.25
Show newest version
package ca.ibodrov.mica.api.model;

import java.util.List;
import java.util.Optional;

public record BatchOperationResult(Optional> deletedEntities) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy