Uses of Class
com.ibm.fhir.audit.cadf.model.CadfAttachment
-
Packages that use CadfAttachment Package Description com.ibm.fhir.audit.cadf.model -
-
Uses of CadfAttachment in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model that return CadfAttachment Modifier and Type Method Description CadfAttachment
CadfAttachment.Builder. build()
static CadfAttachment
CadfAttachment.Parser. parse(InputStream in)
static CadfAttachment
CadfAttachment.Parser. parse(javax.json.JsonObject jsonObject)
Methods in com.ibm.fhir.audit.cadf.model 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.model 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, javax.json.stream.JsonGenerator generator)
Method parameters in com.ibm.fhir.audit.cadf.model 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)
-