Uses of Class
com.ibm.fhir.model.resource.GraphDefinition.Link.Target
-
Packages that use GraphDefinition.Link.Target Package Description com.ibm.fhir.model.resource -
-
Uses of GraphDefinition.Link.Target in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type GraphDefinition.Link.Target Modifier and Type Method Description List<GraphDefinition.Link.Target>GraphDefinition.Link. getTarget()Potential target for the link.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type GraphDefinition.Link.Target Modifier and Type Method Description GraphDefinition.Link.BuilderGraphDefinition.Link.Builder. target(Collection<GraphDefinition.Link.Target> target)Potential target for the link.
-