Uses of Class
com.ibm.fhir.model.resource.Bundle.Link
-
Packages that use Bundle.Link Package Description com.ibm.fhir.model.resource -
-
Uses of Bundle.Link in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Bundle.Link Modifier and Type Method Description Bundle.Link
Bundle.Link.Builder. build()
Build theBundle.Link
Methods in com.ibm.fhir.model.resource that return types with arguments of type Bundle.Link Modifier and Type Method Description List<Bundle.Link>
Bundle.Entry. getLink()
A series of links that provide context to this entry.List<Bundle.Link>
Bundle. getLink()
A series of links that provide context to this bundle.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Bundle.Link Modifier and Type Method Description Bundle.Builder
Bundle.Builder. link(Collection<Bundle.Link> link)
A series of links that provide context to this bundle.Bundle.Entry.Builder
Bundle.Entry.Builder. link(Collection<Bundle.Link> link)
A series of links that provide context to this entry.
-