Uses of Class
com.ibm.fhir.model.resource.GraphDefinition.Link
-
Packages that use GraphDefinition.Link Package Description com.ibm.fhir.model.resource -
-
Uses of GraphDefinition.Link in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GraphDefinition.Link Modifier and Type Method Description GraphDefinition.LinkGraphDefinition.Link.Builder. build()Build theGraphDefinition.LinkMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-