Uses of Class
org.linuxforhealth.fhir.model.resource.ExampleScenario.Actor
- 
Packages that use ExampleScenario.Actor Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of ExampleScenario.Actor in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExampleScenario.Actor Modifier and Type Method Description ExampleScenario.ActorExampleScenario.Actor.Builder. build()Build theExampleScenario.ActorMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExampleScenario.Actor Modifier and Type Method Description java.util.List<ExampleScenario.Actor>ExampleScenario. getActor()Actor participating in the resource.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExampleScenario.Actor Modifier and Type Method Description ExampleScenario.BuilderExampleScenario.Builder. actor(ExampleScenario.Actor... actor)Actor participating in the resource.protected ExampleScenario.Actor.BuilderExampleScenario.Actor.Builder. from(ExampleScenario.Actor actor)protected voidExampleScenario.Actor.Builder. validate(ExampleScenario.Actor actor)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExampleScenario.Actor Modifier and Type Method Description ExampleScenario.BuilderExampleScenario.Builder. actor(java.util.Collection<ExampleScenario.Actor> actor)Actor participating in the resource. 
 -