
Package ca.uhn.fhir.util.bundle
Class BundleEntryMutator
java.lang.Object
ca.uhn.fhir.util.bundle.BundleEntryMutator
-
Constructor Summary
ConstructorsConstructorDescriptionBundleEntryMutator
(FhirContext theFhirContext, IBase theEntry, BaseRuntimeChildDefinition theRequestChildDef, BaseRuntimeElementCompositeDefinition<?> theChildContentsDef, BaseRuntimeElementCompositeDefinition<?> theEntryDefinition) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFullUrl
(String theFullUrl) void
setRequestIfMatch
(FhirContext theFhirContext, String theIfMatch) void
setRequestIfModifiedSince
(FhirContext theFhirContext, Date theIfModifiedSince) void
setRequestIfNoneExist
(FhirContext theFhirContext, String theIfNoneExist) void
setRequestIfNoneMatch
(FhirContext theFhirContext, String theIfNoneMatch) void
setResource
(IBaseResource theUpdatedResource)
-
Constructor Details
-
BundleEntryMutator
public BundleEntryMutator(FhirContext theFhirContext, IBase theEntry, BaseRuntimeChildDefinition theRequestChildDef, BaseRuntimeElementCompositeDefinition<?> theChildContentsDef, BaseRuntimeElementCompositeDefinition<?> theEntryDefinition)
-
-
Method Details
-
setFullUrl
-
setResource
-
setRequestIfNoneMatch
-
setRequestIfModifiedSince
-
setRequestIfMatch
-
setRequestIfNoneExist
-