Uses of Class
com.ibm.fhir.audit.cadf.model.CadfReporterStep.Builder
- 
Packages that use CadfReporterStep.Builder Package Description com.ibm.fhir.audit.cadf.model  - 
- 
Uses of CadfReporterStep.Builder in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model 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(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(String reporterId)CadfReporterStep.BuilderCadfReporterStep.Builder. reporterTime(ZonedDateTime reporterTime)CadfReporterStep.BuilderCadfReporterStep.Builder. role(ReporterRole role) 
 -