Uses of Class
com.ibm.fhir.audit.cadf.CadfAttachment
-
Packages that use CadfAttachment Package Description com.ibm.fhir.audit.cadf -
-
Uses of CadfAttachment in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that return CadfAttachment Modifier and Type Method Description CadfAttachment
CadfAttachment.Builder. build()
static CadfAttachment
CadfAttachment.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfAttachment
CadfAttachment.Parser. parse(InputStream in)
Methods in com.ibm.fhir.audit.cadf that return types with arguments of type CadfAttachment Modifier and Type Method Description ArrayList<CadfAttachment>
CadfEvent. getAttachments()
ArrayList<CadfAttachment>
CadfReporterStep. getAttachments()
ArrayList<CadfAttachment>
CadfResource. getAttachments()
Methods in com.ibm.fhir.audit.cadf with parameters of type CadfAttachment Modifier and Type Method Description CadfEvent.Builder
CadfEvent.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfReporterStep.Builder
CadfReporterStep.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfResource.Builder
CadfResource.Builder. attachment(CadfAttachment attachment)
A convenience method to add one attachment at a time.CadfEvent.Builder
CadfEvent.Builder. attachments(CadfAttachment[] attachments)
An optional array of extended or domain-specific information about the event or its context.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.CadfResource.Builder
CadfResource.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.static String
CadfAttachment.Writer. generate(CadfAttachment obj)
static void
CadfAttachment.Writer. generate(CadfAttachment obj, jakarta.json.stream.JsonGenerator generator)
Method parameters in com.ibm.fhir.audit.cadf with type arguments of type CadfAttachment Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.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.CadfResource.Builder
CadfResource.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.void
CadfEvent. setAttachments(ArrayList<CadfAttachment> attachments)
-