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.Target
GraphDefinition.Link.Target.Builder. build()
Build theGraphDefinition.Link.Target
Methods 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.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type GraphDefinition.Link.Target Modifier and Type Method Description GraphDefinition.Link.Builder
GraphDefinition.Link.Builder. target(Collection<GraphDefinition.Link.Target> target)
Potential target for the link.
-