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.Actor
ExampleScenario.Actor.Builder. build()
Build theExampleScenario.Actor
Methods 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.Builder
ExampleScenario.Builder. actor(ExampleScenario.Actor... actor)
Actor participating in the resource.protected ExampleScenario.Actor.Builder
ExampleScenario.Actor.Builder. from(ExampleScenario.Actor actor)
protected void
ExampleScenario.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.Builder
ExampleScenario.Builder. actor(java.util.Collection<ExampleScenario.Actor> actor)
Actor participating in the resource.
-