Uses of Class
com.ibm.fhir.model.resource.Goal.Target
-
Packages that use Goal.Target Package Description com.ibm.fhir.model.resource -
-
Uses of Goal.Target in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Goal.Target Modifier and Type Method Description Goal.Target
Goal.Target.Builder. build()
Build theGoal.Target
Methods in com.ibm.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 com.ibm.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 com.ibm.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.
-