Uses of Class
com.ibm.fhir.audit.cadf.CadfReporterStep.Builder
-
Packages that use CadfReporterStep.Builder Package Description com.ibm.fhir.audit.cadf -
-
Uses of CadfReporterStep.Builder in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that return CadfReporterStep.Builder Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfReporterStep.Builder
CadfReporterStep.Builder. attachments(CadfAttachment[] attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.CadfReporterStep.Builder
CadfReporterStep.Builder. attachments(java.util.ArrayList<CadfAttachment> attachments)
An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.static CadfReporterStep.Builder
CadfReporterStep. builder()
CadfReporterStep.Builder
CadfReporterStep.Builder. reporter(CadfResource reporter)
CadfReporterStep.Builder
CadfReporterStep.Builder. reporterId(java.lang.String reporterId)
CadfReporterStep.Builder
CadfReporterStep.Builder. reporterTime(java.time.ZonedDateTime reporterTime)
CadfReporterStep.Builder
CadfReporterStep.Builder. role(ReporterRole role)
-