Class ExampleScenario_ProcessBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.ExampleScenario_ProcessBuilder.Impl
-
- All Implemented Interfaces:
ExampleScenario_ProcessBuilder
- Enclosing interface:
- ExampleScenario_ProcessBuilder
public static class ExampleScenario_ProcessBuilder.Impl extends java.lang.Object implements ExampleScenario_ProcessBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.ExampleScenario_ProcessBuilder
ExampleScenario_ProcessBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(java.lang.String title)Required fields forExampleScenario.Process
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ExampleScenario.Processbuild()ExampleScenario_ProcessBuilder.ImplwithDescription(@NonNull java.lang.String description)ExampleScenario_ProcessBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)ExampleScenario_ProcessBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)ExampleScenario_ProcessBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)ExampleScenario_ProcessBuilder.ImplwithId(@NonNull java.lang.String id)ExampleScenario_ProcessBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)ExampleScenario_ProcessBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)ExampleScenario_ProcessBuilder.ImplwithModifierExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)ExampleScenario_ProcessBuilder.ImplwithPostConditions(@NonNull java.lang.String postConditions)ExampleScenario_ProcessBuilder.ImplwithPreConditions(@NonNull java.lang.String preConditions)ExampleScenario_ProcessBuilder.ImplwithStep(@NonNull ExampleScenario_Process_StepBuilder... step)ExampleScenario_ProcessBuilder.ImplwithStep(@NonNull com.babylonhealth.lit.hl7.model.ExampleScenario$Process$Step... step)ExampleScenario_ProcessBuilder.ImplwithStep(@NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.ExampleScenario$Process$Step> step)
-
-
-
Method Detail
-
withId
public ExampleScenario_ProcessBuilder.Impl withId(@NonNull @NonNull java.lang.String id)
- Parameters:
id- - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
-
withExtension
public ExampleScenario_ProcessBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public ExampleScenario_ProcessBuilder.Impl withExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public ExampleScenario_ProcessBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withDescription
public ExampleScenario_ProcessBuilder.Impl withDescription(@NonNull @NonNull java.lang.String description)
- Parameters:
description-
-
withPreConditions
public ExampleScenario_ProcessBuilder.Impl withPreConditions(@NonNull @NonNull java.lang.String preConditions)
- Parameters:
preConditions-
-
withPostConditions
public ExampleScenario_ProcessBuilder.Impl withPostConditions(@NonNull @NonNull java.lang.String postConditions)
- Parameters:
postConditions-
-
withModifierExtension
public ExampleScenario_ProcessBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)
- Parameters:
modifierExtension- - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public ExampleScenario_ProcessBuilder.Impl withModifierExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)
- Parameters:
modifierExtension- - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public ExampleScenario_ProcessBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
-
withStep
public ExampleScenario_ProcessBuilder.Impl withStep(@NonNull @NonNull com.babylonhealth.lit.hl7.model.ExampleScenario$Process$Step... step)
- Parameters:
step-
-
withStep
public ExampleScenario_ProcessBuilder.Impl withStep(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.ExampleScenario$Process$Step> step)
- Parameters:
step-
-
withStep
public ExampleScenario_ProcessBuilder.Impl withStep(@NonNull @NonNull ExampleScenario_Process_StepBuilder... step)
-
build
public com.babylonhealth.lit.hl7.model.ExampleScenario.Process build()
- Specified by:
buildin interfaceExampleScenario_ProcessBuilder
-
-