Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfEndpoint
-
Packages that use CadfEndpoint Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfEndpoint in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfEndpoint Modifier and Type Method Description CadfEndpoint
CadfEndpoint.Builder. build()
static CadfEndpoint
CadfEndpoint.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfEndpoint
CadfEndpoint.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfEndpoint Modifier and Type Method Description java.util.ArrayList<CadfEndpoint>
CadfResource. getAddresses()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfEndpoint Modifier and Type Method Description CadfResource.Builder
CadfResource.Builder. address(CadfEndpoint address)
A convenience method to add one address at a time.CadfResource.Builder
CadfResource.Builder. addresses(CadfEndpoint[] addresses)
An optional array of descriptive addresses (including URLs) of the resourcestatic java.lang.String
CadfEndpoint.Writer. generate(CadfEndpoint obj)
static void
CadfEndpoint.Writer. generate(CadfEndpoint obj, jakarta.json.stream.JsonGenerator generator)
Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfEndpoint Modifier and Type Method Description CadfResource.Builder
CadfResource.Builder. addresses(java.util.ArrayList<CadfEndpoint> addresses)
An optional ArrayList of descriptive addresses (including URLs) of the resource
-