Package com.ibm.fhir.audit.beans
Class Batch.Builder
- java.lang.Object
-
- com.ibm.fhir.audit.beans.Batch.Builder
-
-
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(String status)
-
-
-
Method Detail
-
status
public Batch.Builder status(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()
-
-