Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition.Action.DynamicValue
-
Packages that use PlanDefinition.Action.DynamicValue Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PlanDefinition.Action.DynamicValue in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.DynamicValue
PlanDefinition.Action.DynamicValue.Builder. build()
Build thePlanDefinition.Action.DynamicValue
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description java.util.List<PlanDefinition.Action.DynamicValue>
PlanDefinition.Action. getDynamicValue()
Customizations that should be applied to the statically defined resource.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. dynamicValue(PlanDefinition.Action.DynamicValue... dynamicValue)
Customizations that should be applied to the statically defined resource.protected PlanDefinition.Action.DynamicValue.Builder
PlanDefinition.Action.DynamicValue.Builder. from(PlanDefinition.Action.DynamicValue dynamicValue)
protected void
PlanDefinition.Action.DynamicValue.Builder. validate(PlanDefinition.Action.DynamicValue dynamicValue)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Action.DynamicValue Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. dynamicValue(java.util.Collection<PlanDefinition.Action.DynamicValue> dynamicValue)
Customizations that should be applied to the statically defined resource.
-