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