Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleLinkComponent
-
Packages that use Bundle.BundleLinkComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleLinkComponent Modifier and Type Method Description protected Bundle.BundleLinkComponentJsonParser. parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleLinkComponentXmlParser. parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Bundle.BundleLinkComponent Modifier and Type Field Description protected List<Bundle.BundleLinkComponent>Bundle.BundleEntryComponent. linkA series of links that provide context to this entry.protected List<Bundle.BundleLinkComponent>Bundle. linkA series of links that provide context to this bundle.Methods in org.hl7.fhir.r4.model that return types with arguments of type Bundle.BundleLinkComponent Modifier and Type Method Description List<Bundle.BundleLinkComponent>Bundle.BundleEntryComponent. getLink()List<Bundle.BundleLinkComponent>Bundle. getLink()Methods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleLinkComponent Modifier and Type Method Description BundleBundle. addLink(Bundle.BundleLinkComponent t)Bundle.BundleEntryComponentBundle.BundleEntryComponent. addLink(Bundle.BundleLinkComponent t)voidBundle.BundleLinkComponent. copyValues(Bundle.BundleLinkComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Bundle.BundleLinkComponent Modifier and Type Method Description Bundle.BundleEntryComponentBundle.BundleEntryComponent. setLink(List<Bundle.BundleLinkComponent> theLink)BundleBundle. setLink(List<Bundle.BundleLinkComponent> theLink)
-