ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.actorId(String actorId) |
ID or acronym of actor.
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.actorId(java.lang.String actorId) |
Convenience method for setting actorId .
|
static ExampleScenario.Actor.Builder |
ExampleScenario.Actor.builder() |
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.description(Markdown description) |
The description of the actor.
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.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.
|
protected ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.from(ExampleScenario.Actor actor) |
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.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.Actor.Builder |
ExampleScenario.Actor.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.Actor.Builder |
ExampleScenario.Actor.Builder.name(String name) |
The name of the actor as shown in the page.
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.toBuilder() |
|
ExampleScenario.Actor.Builder |
ExampleScenario.Actor.Builder.type(ExampleScenarioActorType type) |
The type of actor - person or system.
|