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.LinkGraphDefinition.Link.Builder. build()Build theGraphDefinition.LinkMethods 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.BuilderGraphDefinition.Link.Builder. from(GraphDefinition.Link link)GraphDefinition.BuilderGraphDefinition.Builder. link(GraphDefinition.Link... link)Links this graph makes rules about.GraphDefinition.Link.Target.BuilderGraphDefinition.Link.Target.Builder. link(GraphDefinition.Link... link)Additional links from target resource.protected voidGraphDefinition.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.BuilderGraphDefinition.Builder. link(java.util.Collection<GraphDefinition.Link> link)Links this graph makes rules about.GraphDefinition.Link.Target.BuilderGraphDefinition.Link.Target.Builder. link(java.util.Collection<GraphDefinition.Link> link)Additional links from target resource.
-