Class Batch.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.beans.Batch.Builder
-
- Enclosing class:
- Batch
public static class Batch.Builder extends java.lang.ObjectBuilder is a convenience pattern to assemble to Java Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Batchbuild()Batch.BuilderresourcesCreated(long resourcesCreated)Batch.BuilderresourcesDeleted(long resourcesDeleted)Batch.BuilderresourcesExecuted(long resourcesExecuted)Batch.BuilderresourcesRead(long resourcesRead)Batch.BuilderresourcesUpdated(long resourcesUpdated)Batch.Builderstatus(java.lang.String status)
-
-
-
Method Detail
-
status
public Batch.Builder status(java.lang.String status)
-
resourcesRead
public Batch.Builder resourcesRead(long resourcesRead)
-
resourcesCreated
public Batch.Builder resourcesCreated(long resourcesCreated)
-
resourcesUpdated
public Batch.Builder resourcesUpdated(long resourcesUpdated)
-
resourcesDeleted
public Batch.Builder resourcesDeleted(long resourcesDeleted)
-
resourcesExecuted
public Batch.Builder resourcesExecuted(long resourcesExecuted)
-
build
public Batch build()
-
-