Package com.ibm.fhir.audit.logging.beans
Class Batch.Builder
- java.lang.Object
-
- com.ibm.fhir.audit.logging.beans.Batch.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Batchbuild()Batch.BuilderresourcesCreated(long resourcesCreated)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)
-
build
public Batch build()
-
-