Uses of Class
org.linuxforhealth.fhir.model.resource.ExampleScenario.Process.Step
-
Packages that use ExampleScenario.Process.Step Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExampleScenario.Process.Step in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExampleScenario.Process.Step Modifier and Type Method Description ExampleScenario.Process.Step
ExampleScenario.Process.Step.Builder. build()
Build theExampleScenario.Process.Step
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExampleScenario.Process.Step Modifier and Type Method Description java.util.List<ExampleScenario.Process.Step>
ExampleScenario.Process. getStep()
Each step of the process.java.util.List<ExampleScenario.Process.Step>
ExampleScenario.Process.Step.Alternative. getStep()
What happens in each alternative option.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExampleScenario.Process.Step Modifier and Type Method Description protected ExampleScenario.Process.Step.Builder
ExampleScenario.Process.Step.Builder. from(ExampleScenario.Process.Step step)
ExampleScenario.Process.Builder
ExampleScenario.Process.Builder. step(ExampleScenario.Process.Step... step)
Each step of the process.ExampleScenario.Process.Step.Alternative.Builder
ExampleScenario.Process.Step.Alternative.Builder. step(ExampleScenario.Process.Step... step)
What happens in each alternative option.protected void
ExampleScenario.Process.Step.Builder. validate(ExampleScenario.Process.Step step)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExampleScenario.Process.Step Modifier and Type Method Description ExampleScenario.Process.Builder
ExampleScenario.Process.Builder. step(java.util.Collection<ExampleScenario.Process.Step> step)
Each step of the process.ExampleScenario.Process.Step.Alternative.Builder
ExampleScenario.Process.Step.Alternative.Builder. step(java.util.Collection<ExampleScenario.Process.Step> step)
What happens in each alternative option.
-