ExampleScenario.Actor.Builder | 
ExampleScenario.Actor.Builder.actorId(String actorId) | 
 ID or acronym of actor. 
 | 
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(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(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(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.toBuilder() | 
  | 
ExampleScenario.Actor.Builder | 
ExampleScenario.Actor.Builder.type(ExampleScenarioActorType type) | 
 The type of actor - person or system. 
 |