Uses of Class
org.linuxforhealth.fhir.model.resource.Goal.Target
-
Packages that use Goal.Target Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Goal.Target in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Goal.Target Modifier and Type Method Description Goal.Target
Goal.Target.Builder. build()
Build theGoal.Target
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Goal.Target Modifier and Type Method Description java.util.List<Goal.Target>
Goal. getTarget()
Indicates what should be done by when.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Goal.Target Modifier and Type Method Description protected Goal.Target.Builder
Goal.Target.Builder. from(Goal.Target target)
Goal.Builder
Goal.Builder. target(Goal.Target... target)
Indicates what should be done by when.protected void
Goal.Target.Builder. validate(Goal.Target target)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Goal.Target Modifier and Type Method Description Goal.Builder
Goal.Builder. target(java.util.Collection<Goal.Target> target)
Indicates what should be done by when.
-