Uses of Class
com.ibm.fhir.model.resource.ExampleScenario.Process.Step.Alternative
-
Packages that use ExampleScenario.Process.Step.Alternative Package Description com.ibm.fhir.model.resource -
-
Uses of ExampleScenario.Process.Step.Alternative in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExampleScenario.Process.Step.Alternative Modifier and Type Method Description ExampleScenario.Process.Step.Alternative
ExampleScenario.Process.Step.Alternative.Builder. build()
Build theExampleScenario.Process.Step.Alternative
Methods in com.ibm.fhir.model.resource that return types with arguments of type ExampleScenario.Process.Step.Alternative Modifier and Type Method Description List<ExampleScenario.Process.Step.Alternative>
ExampleScenario.Process.Step. getAlternative()
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.Methods in com.ibm.fhir.model.resource with parameters of type ExampleScenario.Process.Step.Alternative Modifier and Type Method Description ExampleScenario.Process.Step.Builder
ExampleScenario.Process.Step.Builder. alternative(ExampleScenario.Process.Step.Alternative... alternative)
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.protected ExampleScenario.Process.Step.Alternative.Builder
ExampleScenario.Process.Step.Alternative.Builder. from(ExampleScenario.Process.Step.Alternative alternative)
protected void
ExampleScenario.Process.Step.Alternative.Builder. validate(ExampleScenario.Process.Step.Alternative alternative)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ExampleScenario.Process.Step.Alternative Modifier and Type Method Description ExampleScenario.Process.Step.Builder
ExampleScenario.Process.Step.Builder. alternative(Collection<ExampleScenario.Process.Step.Alternative> alternative)
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.
-