Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition.Action
-
Packages that use PlanDefinition.Action Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PlanDefinition.Action in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition.Action Modifier and Type Method Description PlanDefinition.Action
PlanDefinition.Action.Builder. build()
Build thePlanDefinition.Action
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PlanDefinition.Action Modifier and Type Method Description java.util.List<PlanDefinition.Action>
PlanDefinition.Action. getAction()
Sub actions that are contained within the action.java.util.List<PlanDefinition.Action>
PlanDefinition. getAction()
An action or group of actions to be taken as part of the plan.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition.Action Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. action(PlanDefinition.Action... action)
Sub actions that are contained within the action.PlanDefinition.Builder
PlanDefinition.Builder. action(PlanDefinition.Action... action)
An action or group of actions to be taken as part of the plan.protected PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. from(PlanDefinition.Action action)
protected void
PlanDefinition.Action.Builder. validate(PlanDefinition.Action action)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Action Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. action(java.util.Collection<PlanDefinition.Action> action)
Sub actions that are contained within the action.PlanDefinition.Builder
PlanDefinition.Builder. action(java.util.Collection<PlanDefinition.Action> action)
An action or group of actions to be taken as part of the plan.
-