Uses of Class
com.ibm.fhir.audit.cadf.model.CadfEndpoint
-
Packages that use CadfEndpoint Package Description com.ibm.fhir.audit.cadf.model -
-
Uses of CadfEndpoint in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model that return CadfEndpoint Modifier and Type Method Description CadfEndpoint
CadfEndpoint.Builder. build()
static CadfEndpoint
CadfEndpoint.Parser. parse(InputStream in)
static CadfEndpoint
CadfEndpoint.Parser. parse(javax.json.JsonObject jsonObject)
Methods in com.ibm.fhir.audit.cadf.model that return types with arguments of type CadfEndpoint Modifier and Type Method Description ArrayList<CadfEndpoint>
CadfResource. getAddresses()
Methods in com.ibm.fhir.audit.cadf.model 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 String
CadfEndpoint.Writer. generate(CadfEndpoint obj)
static void
CadfEndpoint.Writer. generate(CadfEndpoint obj, javax.json.stream.JsonGenerator generator)
Method parameters in com.ibm.fhir.audit.cadf.model with type arguments of type CadfEndpoint Modifier and Type Method Description CadfResource.Builder
CadfResource.Builder. addresses(ArrayList<CadfEndpoint> addresses)
An optional ArrayList of descriptive addresses (including URLs) of the resource
-