Uses of Class
com.ibm.fhir.model.resource.ExampleScenario.Process.Step
-
Packages that use ExampleScenario.Process.Step Package Description com.ibm.fhir.model.resource -
-
Uses of ExampleScenario.Process.Step in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type ExampleScenario.Process.Step Modifier and Type Method Description List<ExampleScenario.Process.Step>
ExampleScenario.Process. getStep()
Each step of the process.List<ExampleScenario.Process.Step>
ExampleScenario.Process.Step.Alternative. getStep()
What happens in each alternative option.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type ExampleScenario.Process.Step Modifier and Type Method Description ExampleScenario.Process.Builder
ExampleScenario.Process.Builder. step(Collection<ExampleScenario.Process.Step> step)
Each step of the process.ExampleScenario.Process.Step.Alternative.Builder
ExampleScenario.Process.Step.Alternative.Builder. step(Collection<ExampleScenario.Process.Step> step)
What happens in each alternative option.
-