Uses of Class
org.linuxforhealth.fhir.model.resource.Bundle.Link
- 
Packages that use Bundle.Link Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Bundle.Link in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Bundle.Link Modifier and Type Method Description Bundle.LinkBundle.Link.Builder. build()Build theBundle.LinkMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Bundle.Link Modifier and Type Method Description java.util.List<Bundle.Link>Bundle.Entry. getLink()A series of links that provide context to this entry.java.util.List<Bundle.Link>Bundle. getLink()A series of links that provide context to this bundle.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Bundle.Link Modifier and Type Method Description protected Bundle.Link.BuilderBundle.Link.Builder. from(Bundle.Link link)Bundle.BuilderBundle.Builder. link(Bundle.Link... link)A series of links that provide context to this bundle.Bundle.Entry.BuilderBundle.Entry.Builder. link(Bundle.Link... link)A series of links that provide context to this entry.protected voidBundle.Link.Builder. validate(Bundle.Link link)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Bundle.Link Modifier and Type Method Description Bundle.BuilderBundle.Builder. link(java.util.Collection<Bundle.Link> link)A series of links that provide context to this bundle.Bundle.Entry.BuilderBundle.Entry.Builder. link(java.util.Collection<Bundle.Link> link)A series of links that provide context to this entry. 
 -