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.TargetGraphDefinition.Link.Target.Builder. build()Build theGraphDefinition.Link.TargetMethods 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.BuilderGraphDefinition.Link.Target.Builder. from(GraphDefinition.Link.Target target)GraphDefinition.Link.BuilderGraphDefinition.Link.Builder. target(GraphDefinition.Link.Target... target)Potential target for the link.protected voidGraphDefinition.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.BuilderGraphDefinition.Link.Builder. target(java.util.Collection<GraphDefinition.Link.Target> target)Potential target for the link.
-