static ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.builder() |
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.description(Markdown description) |
A human-readable description of the alternative explaining when the alternative should occur rather than the base step.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.from(ExampleScenario.Process.Step.Alternative alternative) |
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.step(java.util.Collection<ExampleScenario.Process.Step> step) |
What happens in each alternative option.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.step(ExampleScenario.Process.Step... step) |
What happens in each alternative option.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.title(java.lang.String title) |
Convenience method for setting title .
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.Builder.title(String title) |
The label to display for the alternative that gives a sense of the circumstance in which the alternative should be
invoked.
|
ExampleScenario.Process.Step.Alternative.Builder |
ExampleScenario.Process.Step.Alternative.toBuilder() |
|