Uses of Class
com.ibm.fhir.audit.cadf.CadfMapItem
-
Packages that use CadfMapItem Package Description com.ibm.fhir.audit.cadf -
-
Uses of CadfMapItem in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that return CadfMapItem Modifier and Type Method Description CadfMapItem
CadfMapItem.Builder. build()
CadfMapItem[]
CadfMetric. getAnnotations()
static CadfMapItem
CadfMapItem.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfMapItem
CadfMapItem.Parser. parse(InputStream in)
Methods in com.ibm.fhir.audit.cadf that return types with arguments of type CadfMapItem Modifier and Type Method Description ArrayList<CadfMapItem>
CadfGeolocation. getAnnotations()
ArrayList<CadfMapItem>
CadfCredential. getAssertions()
Methods in com.ibm.fhir.audit.cadf with parameters of type CadfMapItem Modifier and Type Method Description CadfGeolocation.Builder
CadfGeolocation.Builder. addAnnotation(CadfMapItem annotation)
CadfMetric.Builder
CadfMetric.Builder. annotation(CadfMapItem annotation)
CadfGeolocation.Builder
CadfGeolocation.Builder. annotations(CadfMapItem[] annotations)
Optionally set arbitrary annotations for this locationCadfCredential.Builder
CadfCredential.Builder. assertion(CadfMapItem assertion)
Add an assertion to the assertion list, one at a time.CadfCredential.Builder
CadfCredential.Builder. assertions(CadfMapItem[] assertions)
Set the optional assertions property.static String
CadfMapItem.Writer. generate(CadfMapItem obj)
static void
CadfMapItem.Writer. generate(CadfMapItem obj, jakarta.json.stream.JsonGenerator generator)
void
CadfMetric. setAnnotations(CadfMapItem[] annotations)
Method parameters in com.ibm.fhir.audit.cadf with type arguments of type CadfMapItem Modifier and Type Method Description CadfGeolocation.Builder
CadfGeolocation.Builder. annotations(ArrayList<CadfMapItem> annotations)
Optionally set arbitrary annotations for this locationCadfCredential.Builder
CadfCredential.Builder. assertions(ArrayList<CadfMapItem> assertions)
Set the optional assertions property.
-