Uses of Class
org.linuxforhealth.fhir.audit.beans.Batch.Builder
-
Packages that use Batch.Builder Package Description org.linuxforhealth.fhir.audit.beans -
-
Uses of Batch.Builder in org.linuxforhealth.fhir.audit.beans
Methods in org.linuxforhealth.fhir.audit.beans that return Batch.Builder Modifier and Type Method Description static Batch.Builder
Batch. builder()
Batch.Builder
Batch.Builder. resourcesCreated(long resourcesCreated)
Batch.Builder
Batch.Builder. resourcesDeleted(long resourcesDeleted)
Batch.Builder
Batch.Builder. resourcesExecuted(long resourcesExecuted)
Batch.Builder
Batch.Builder. resourcesRead(long resourcesRead)
Batch.Builder
Batch.Builder. resourcesUpdated(long resourcesUpdated)
Batch.Builder
Batch.Builder. status(java.lang.String status)
-