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 Batch
build()
Batch.Builder
resourcesCreated(long resourcesCreated)
Batch.Builder
resourcesRead(long resourcesRead)
Batch.Builder
resourcesUpdated(long resourcesUpdated)
Batch.Builder
status(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()
-
-