Uses of Class
org.linuxforhealth.fhir.model.resource.GraphDefinition.Link
-
Packages that use GraphDefinition.Link Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of GraphDefinition.Link in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return GraphDefinition.Link Modifier and Type Method Description GraphDefinition.Link
GraphDefinition.Link.Builder. build()
Build theGraphDefinition.Link
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type GraphDefinition.Link Modifier and Type Method Description java.util.List<GraphDefinition.Link>
GraphDefinition. getLink()
Links this graph makes rules about.java.util.List<GraphDefinition.Link>
GraphDefinition.Link.Target. getLink()
Additional links from target resource.Methods in org.linuxforhealth.fhir.model.resource with parameters of type GraphDefinition.Link Modifier and Type Method Description protected GraphDefinition.Link.Builder
GraphDefinition.Link.Builder. from(GraphDefinition.Link link)
GraphDefinition.Builder
GraphDefinition.Builder. link(GraphDefinition.Link... link)
Links this graph makes rules about.GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. link(GraphDefinition.Link... link)
Additional links from target resource.protected void
GraphDefinition.Link.Builder. validate(GraphDefinition.Link link)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type GraphDefinition.Link Modifier and Type Method Description GraphDefinition.Builder
GraphDefinition.Builder. link(java.util.Collection<GraphDefinition.Link> link)
Links this graph makes rules about.GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. link(java.util.Collection<GraphDefinition.Link> link)
Additional links from target resource.
-