
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 TypeMethodDescriptionvoidsetFullUrl(String theFullUrl) voidsetMethod(RequestTypeEnum theMethod) voidsetRequestIfMatch(String theIfMatch) voidsetRequestIfModifiedSince(Date theIfModifiedSince) voidsetRequestIfNoneExist(String theIfNoneExist) voidsetRequestIfNoneMatch(String theIfNoneMatch) voidsetResource(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
-