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 TypeMethodDescriptionvoidsetFullUrl(String theFullUrl) voidsetRequestIfMatch(FhirContext theFhirContext, String theIfMatch) voidsetRequestIfModifiedSince(FhirContext theFhirContext, Date theIfModifiedSince) voidsetRequestIfNoneExist(FhirContext theFhirContext, String theIfNoneExist) voidsetRequestIfNoneMatch(FhirContext theFhirContext, String theIfNoneMatch) voidsetResource(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
-