Uses of Class
org.linuxforhealth.fhir.model.resource.ExampleScenario.Instance
-
Packages that use ExampleScenario.Instance Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExampleScenario.Instance in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExampleScenario.Instance Modifier and Type Method Description ExampleScenario.Instance
ExampleScenario.Instance.Builder. build()
Build theExampleScenario.Instance
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExampleScenario.Instance Modifier and Type Method Description java.util.List<ExampleScenario.Instance>
ExampleScenario. getInstance()
Each resource and each version that is present in the workflow.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExampleScenario.Instance Modifier and Type Method Description protected ExampleScenario.Instance.Builder
ExampleScenario.Instance.Builder. from(ExampleScenario.Instance instance)
ExampleScenario.Builder
ExampleScenario.Builder. instance(ExampleScenario.Instance... instance)
Each resource and each version that is present in the workflow.protected void
ExampleScenario.Instance.Builder. validate(ExampleScenario.Instance instance)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExampleScenario.Instance Modifier and Type Method Description ExampleScenario.Builder
ExampleScenario.Builder. instance(java.util.Collection<ExampleScenario.Instance> instance)
Each resource and each version that is present in the workflow.
-