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.BuilderCadfReporterStep.Builder. attachment(CadfAttachment attachment)A convenience method to add one attachment at a time.CadfReporterStep.BuilderCadfReporterStep.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.BuilderCadfReporterStep.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.BuilderCadfReporterStep. builder()CadfReporterStep.BuilderCadfReporterStep.Builder. reporter(CadfResource reporter)CadfReporterStep.BuilderCadfReporterStep.Builder. reporterId(java.lang.String reporterId)CadfReporterStep.BuilderCadfReporterStep.Builder. reporterTime(java.time.ZonedDateTime reporterTime)CadfReporterStep.BuilderCadfReporterStep.Builder. role(ReporterRole role)
-