Class Bundle_Entry_ResponseBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.Bundle_Entry_ResponseBuilder.Impl
-
- All Implemented Interfaces:
Bundle_Entry_ResponseBuilder
- Enclosing interface:
- Bundle_Entry_ResponseBuilder
public static class Bundle_Entry_ResponseBuilder.Impl extends java.lang.Object implements Bundle_Entry_ResponseBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.Bundle_Entry_ResponseBuilder
Bundle_Entry_ResponseBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(java.lang.String status)Required fields forBundle$Entry$Response
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Bundle$Entry$Responsebuild()Bundle_Entry_ResponseBuilder.ImplwithEtag(@NonNull java.lang.String etag)Bundle_Entry_ResponseBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)Bundle_Entry_ResponseBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)Bundle_Entry_ResponseBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)Bundle_Entry_ResponseBuilder.ImplwithId(@NonNull java.lang.String id)Bundle_Entry_ResponseBuilder.ImplwithLastModified(@NonNull java.time.ZonedDateTime lastModified)Bundle_Entry_ResponseBuilder.ImplwithLocation(@NonNull java.lang.String location)Bundle_Entry_ResponseBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)Bundle_Entry_ResponseBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)Bundle_Entry_ResponseBuilder.ImplwithModifierExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)Bundle_Entry_ResponseBuilder.ImplwithOutcome(@NonNull com.babylonhealth.lit.core_java.builders.ResourceBuilder outcome)Bundle_Entry_ResponseBuilder.ImplwithOutcome(@NonNull com.babylonhealth.lit.core.model.Resource outcome)
-
-
-
Method Detail
-
withId
public Bundle_Entry_ResponseBuilder.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.
-
withEtag
public Bundle_Entry_ResponseBuilder.Impl withEtag(@NonNull @NonNull java.lang.String etag)
- Parameters:
etag-
-
withOutcome
public Bundle_Entry_ResponseBuilder.Impl withOutcome(@NonNull @NonNull com.babylonhealth.lit.core.model.Resource outcome)
- Parameters:
outcome-
-
withOutcome
public Bundle_Entry_ResponseBuilder.Impl withOutcome(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ResourceBuilder outcome)
-
withLocation
public Bundle_Entry_ResponseBuilder.Impl withLocation(@NonNull @NonNull java.lang.String location)
- Parameters:
location-
-
withExtension
public Bundle_Entry_ResponseBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... extension)
- Parameters:
extension-
-
withExtension
public Bundle_Entry_ResponseBuilder.Impl withExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)
- Parameters:
extension-
-
withExtension
public Bundle_Entry_ResponseBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withLastModified
public Bundle_Entry_ResponseBuilder.Impl withLastModified(@NonNull @NonNull java.time.ZonedDateTime lastModified)
- Parameters:
lastModified-
-
withModifierExtension
public Bundle_Entry_ResponseBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)
- Parameters:
modifierExtension-
-
withModifierExtension
public Bundle_Entry_ResponseBuilder.Impl withModifierExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)
- Parameters:
modifierExtension-
-
withModifierExtension
public Bundle_Entry_ResponseBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
-
build
public com.babylonhealth.lit.hl7.model.Bundle$Entry$Response build()
- Specified by:
buildin interfaceBundle_Entry_ResponseBuilder
-
-