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.Link
Bundle.Link.Builder. build()
Build theBundle.Link
Methods 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.Builder
Bundle.Link.Builder. from(Bundle.Link link)
Bundle.Builder
Bundle.Builder. link(Bundle.Link... link)
A series of links that provide context to this bundle.Bundle.Entry.Builder
Bundle.Entry.Builder. link(Bundle.Link... link)
A series of links that provide context to this entry.protected void
Bundle.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.Builder
Bundle.Builder. link(java.util.Collection<Bundle.Link> link)
A series of links that provide context to this bundle.Bundle.Entry.Builder
Bundle.Entry.Builder. link(java.util.Collection<Bundle.Link> link)
A series of links that provide context to this entry.
-