Uses of Class
org.linuxforhealth.fhir.model.resource.ExampleScenario.Process.Step.Alternative
-
Packages that use ExampleScenario.Process.Step.Alternative Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExampleScenario.Process.Step.Alternative in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type ExampleScenario.Process.Step.Alternative Modifier and Type Method Description java.util.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 org.linuxforhealth.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 org.linuxforhealth.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(java.util.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.
-