Uses of Class
com.ibm.fhir.model.resource.ExampleScenario.Actor
-
Packages that use ExampleScenario.Actor Package Description com.ibm.fhir.model.resource -
-
Uses of ExampleScenario.Actor in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExampleScenario.Actor Modifier and Type Method Description ExampleScenario.ActorExampleScenario.Actor.Builder. build()Build theExampleScenario.ActorMethods in com.ibm.fhir.model.resource that return types with arguments of type ExampleScenario.Actor Modifier and Type Method Description List<ExampleScenario.Actor>ExampleScenario. getActor()Actor participating in the resource.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type ExampleScenario.Actor Modifier and Type Method Description ExampleScenario.BuilderExampleScenario.Builder. actor(Collection<ExampleScenario.Actor> actor)Actor participating in the resource.
-