
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, BaseRuntimeChildDefinition theMethodChildDef) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFullUrl
(String theFullUrl) void
setMethod
(RequestTypeEnum theMethod) void
setRequestIfMatch
(String theIfMatch) void
setRequestIfModifiedSince
(Date theIfModifiedSince) void
setRequestIfNoneExist
(String theIfNoneExist) void
setRequestIfNoneMatch
(String theIfNoneMatch) void
setResource
(IBaseResource theUpdatedResource)
-
Constructor Details
-
BundleEntryMutator
public BundleEntryMutator(FhirContext theFhirContext, IBase theEntry, BaseRuntimeChildDefinition theRequestChildDef, BaseRuntimeElementCompositeDefinition<?> theChildContentsDef, BaseRuntimeElementCompositeDefinition<?> theEntryDefinition, BaseRuntimeChildDefinition theMethodChildDef)
-
-
Method Details
-
setFullUrl
-
setResource
-
setRequestIfNoneMatch
-
setRequestIfModifiedSince
-
setRequestIfMatch
-
setRequestIfNoneExist
-
setMethod
-