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.LinkBundle.Link.Builder. build()Build theBundle.LinkMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-