Class TestScript_Setup_Action_AssertBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.TestScript_Setup_Action_AssertBuilder.Impl
-
- All Implemented Interfaces:
TestScript_Setup_Action_AssertBuilder
- Enclosing interface:
- TestScript_Setup_Action_AssertBuilder
public static class TestScript_Setup_Action_AssertBuilder.Impl extends java.lang.Object implements TestScript_Setup_Action_AssertBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.TestScript_Setup_Action_AssertBuilder
TestScript_Setup_Action_AssertBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(java.lang.Boolean warningOnly)Required fields forTestScript$Setup$Action$Assert
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.TestScript$Setup$Action$Assertbuild()TestScript_Setup_Action_AssertBuilder.ImplwithCompareToSourceExpression(@NonNull java.lang.String compareToSourceExpression)TestScript_Setup_Action_AssertBuilder.ImplwithCompareToSourceId(@NonNull java.lang.String compareToSourceId)TestScript_Setup_Action_AssertBuilder.ImplwithCompareToSourcePath(@NonNull java.lang.String compareToSourcePath)TestScript_Setup_Action_AssertBuilder.ImplwithContentType(@NonNull java.lang.String contentType)TestScript_Setup_Action_AssertBuilder.ImplwithDescription(@NonNull java.lang.String description)TestScript_Setup_Action_AssertBuilder.ImplwithDirection(@NonNull com.babylonhealth.lit.hl7.ASSERT_DIRECTION_CODES direction)TestScript_Setup_Action_AssertBuilder.ImplwithExpression(@NonNull java.lang.String expression)TestScript_Setup_Action_AssertBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)TestScript_Setup_Action_AssertBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)TestScript_Setup_Action_AssertBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)TestScript_Setup_Action_AssertBuilder.ImplwithHeaderField(@NonNull java.lang.String headerField)TestScript_Setup_Action_AssertBuilder.ImplwithId(@NonNull java.lang.String id)TestScript_Setup_Action_AssertBuilder.ImplwithLabel(@NonNull java.lang.String label)TestScript_Setup_Action_AssertBuilder.ImplwithMinimumId(@NonNull java.lang.String minimumId)TestScript_Setup_Action_AssertBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)TestScript_Setup_Action_AssertBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)TestScript_Setup_Action_AssertBuilder.ImplwithModifierExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)TestScript_Setup_Action_AssertBuilder.ImplwithNavigationLinks(@NonNull java.lang.Boolean navigationLinks)TestScript_Setup_Action_AssertBuilder.ImplwithOperator(@NonNull com.babylonhealth.lit.hl7.ASSERT_OPERATOR_CODES operator)TestScript_Setup_Action_AssertBuilder.ImplwithPath(@NonNull java.lang.String path)TestScript_Setup_Action_AssertBuilder.ImplwithRequestMethod(@NonNull com.babylonhealth.lit.hl7.HTTP_OPERATIONS requestMethod)TestScript_Setup_Action_AssertBuilder.ImplwithRequestURL(@NonNull java.lang.String requestURL)TestScript_Setup_Action_AssertBuilder.ImplwithResource(@NonNull com.babylonhealth.lit.hl7.DEFINED_TYPES resource)TestScript_Setup_Action_AssertBuilder.ImplwithResponse(@NonNull com.babylonhealth.lit.hl7.ASSERT_RESPONSE_CODE_TYPES response)TestScript_Setup_Action_AssertBuilder.ImplwithResponseCode(@NonNull java.lang.String responseCode)TestScript_Setup_Action_AssertBuilder.ImplwithSourceId(@NonNull java.lang.String sourceId)TestScript_Setup_Action_AssertBuilder.ImplwithValidateProfileId(@NonNull java.lang.String validateProfileId)TestScript_Setup_Action_AssertBuilder.ImplwithValue(@NonNull java.lang.String value)
-
-
-
Method Detail
-
withId
public TestScript_Setup_Action_AssertBuilder.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.
-
withPath
public TestScript_Setup_Action_AssertBuilder.Impl withPath(@NonNull @NonNull java.lang.String path)
- Parameters:
path-
-
withLabel
public TestScript_Setup_Action_AssertBuilder.Impl withLabel(@NonNull @NonNull java.lang.String label)
- Parameters:
label-
-
withValue
public TestScript_Setup_Action_AssertBuilder.Impl withValue(@NonNull @NonNull java.lang.String value)
- Parameters:
value-
-
withOperator
public TestScript_Setup_Action_AssertBuilder.Impl withOperator(@NonNull @NonNull com.babylonhealth.lit.hl7.ASSERT_OPERATOR_CODES operator)
- Parameters:
operator-
-
withResource
public TestScript_Setup_Action_AssertBuilder.Impl withResource(@NonNull @NonNull com.babylonhealth.lit.hl7.DEFINED_TYPES resource)
- Parameters:
resource-
-
withResponse
public TestScript_Setup_Action_AssertBuilder.Impl withResponse(@NonNull @NonNull com.babylonhealth.lit.hl7.ASSERT_RESPONSE_CODE_TYPES response)
- Parameters:
response-
-
withSourceId
public TestScript_Setup_Action_AssertBuilder.Impl withSourceId(@NonNull @NonNull java.lang.String sourceId)
- Parameters:
sourceId-
-
withExtension
public TestScript_Setup_Action_AssertBuilder.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 TestScript_Setup_Action_AssertBuilder.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 TestScript_Setup_Action_AssertBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withDirection
public TestScript_Setup_Action_AssertBuilder.Impl withDirection(@NonNull @NonNull com.babylonhealth.lit.hl7.ASSERT_DIRECTION_CODES direction)
- Parameters:
direction-
-
withMinimumId
public TestScript_Setup_Action_AssertBuilder.Impl withMinimumId(@NonNull @NonNull java.lang.String minimumId)
- Parameters:
minimumId-
-
withExpression
public TestScript_Setup_Action_AssertBuilder.Impl withExpression(@NonNull @NonNull java.lang.String expression)
- Parameters:
expression-
-
withRequestURL
public TestScript_Setup_Action_AssertBuilder.Impl withRequestURL(@NonNull @NonNull java.lang.String requestURL)
- Parameters:
requestURL-
-
withDescription
public TestScript_Setup_Action_AssertBuilder.Impl withDescription(@NonNull @NonNull java.lang.String description)
- Parameters:
description- - A free text natural language description of the test script from a consumer's perspective.
-
withContentType
public TestScript_Setup_Action_AssertBuilder.Impl withContentType(@NonNull @NonNull java.lang.String contentType)
- Parameters:
contentType-
-
withHeaderField
public TestScript_Setup_Action_AssertBuilder.Impl withHeaderField(@NonNull @NonNull java.lang.String headerField)
- Parameters:
headerField-
-
withResponseCode
public TestScript_Setup_Action_AssertBuilder.Impl withResponseCode(@NonNull @NonNull java.lang.String responseCode)
- Parameters:
responseCode-
-
withRequestMethod
public TestScript_Setup_Action_AssertBuilder.Impl withRequestMethod(@NonNull @NonNull com.babylonhealth.lit.hl7.HTTP_OPERATIONS requestMethod)
- Parameters:
requestMethod-
-
withNavigationLinks
public TestScript_Setup_Action_AssertBuilder.Impl withNavigationLinks(@NonNull @NonNull java.lang.Boolean navigationLinks)
- Parameters:
navigationLinks-
-
withModifierExtension
public TestScript_Setup_Action_AssertBuilder.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 TestScript_Setup_Action_AssertBuilder.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 TestScript_Setup_Action_AssertBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
-
withCompareToSourceId
public TestScript_Setup_Action_AssertBuilder.Impl withCompareToSourceId(@NonNull @NonNull java.lang.String compareToSourceId)
- Parameters:
compareToSourceId-
-
withValidateProfileId
public TestScript_Setup_Action_AssertBuilder.Impl withValidateProfileId(@NonNull @NonNull java.lang.String validateProfileId)
- Parameters:
validateProfileId-
-
withCompareToSourcePath
public TestScript_Setup_Action_AssertBuilder.Impl withCompareToSourcePath(@NonNull @NonNull java.lang.String compareToSourcePath)
- Parameters:
compareToSourcePath-
-
withCompareToSourceExpression
public TestScript_Setup_Action_AssertBuilder.Impl withCompareToSourceExpression(@NonNull @NonNull java.lang.String compareToSourceExpression)
- Parameters:
compareToSourceExpression-
-
build
public com.babylonhealth.lit.hl7.model.TestScript$Setup$Action$Assert build()
- Specified by:
buildin interfaceTestScript_Setup_Action_AssertBuilder
-
-