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.Link
GraphDefinition.Link.Builder. build()
Build theGraphDefinition.Link
Methods in com.ibm.fhir.model.resource that return types with arguments of type GraphDefinition.Link Modifier and Type Method Description List<GraphDefinition.Link>
GraphDefinition. getLink()
Links this graph makes rules about.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.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type GraphDefinition.Link Modifier and Type Method Description GraphDefinition.Builder
GraphDefinition.Builder. link(Collection<GraphDefinition.Link> link)
Links this graph makes rules about.GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. link(Collection<GraphDefinition.Link> link)
Additional links from target resource.
-