Uses of Class
org.linuxforhealth.fhir.model.resource.GraphDefinition.Link.Target
-
Packages that use GraphDefinition.Link.Target Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of GraphDefinition.Link.Target in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return GraphDefinition.Link.Target Modifier and Type Method Description GraphDefinition.Link.Target
GraphDefinition.Link.Target.Builder. build()
Build theGraphDefinition.Link.Target
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type GraphDefinition.Link.Target Modifier and Type Method Description java.util.List<GraphDefinition.Link.Target>
GraphDefinition.Link. getTarget()
Potential target for the link.Methods in org.linuxforhealth.fhir.model.resource with parameters of type GraphDefinition.Link.Target Modifier and Type Method Description protected GraphDefinition.Link.Target.Builder
GraphDefinition.Link.Target.Builder. from(GraphDefinition.Link.Target target)
GraphDefinition.Link.Builder
GraphDefinition.Link.Builder. target(GraphDefinition.Link.Target... target)
Potential target for the link.protected void
GraphDefinition.Link.Target.Builder. validate(GraphDefinition.Link.Target target)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type GraphDefinition.Link.Target Modifier and Type Method Description GraphDefinition.Link.Builder
GraphDefinition.Link.Builder. target(java.util.Collection<GraphDefinition.Link.Target> target)
Potential target for the link.
-