
Package ca.uhn.fhir.util.bundle
Class ModifiableBundleEntry
java.lang.Object
ca.uhn.fhir.util.bundle.ModifiableBundleEntry
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionModifiableBundleEntry(BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetFullUrl(String theFullUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestIfMatch(String theIfMatch) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestIfModifiedSince(Date theModifiedSince) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestIfNoneExist(String theIfNoneExist) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestIfNoneMatch(String theIfNoneMatch) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRequestUrl(FhirContext theFhirContext, String theRequestUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetResource(IBaseResource theUpdatedResource) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ModifiableBundleEntry
public ModifiableBundleEntry(BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setRequestUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
getFullUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
getRequestUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
getResource
Deprecated, for removal: This API element is subject to removal in a future version. -
setFullUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
setResource
Deprecated, for removal: This API element is subject to removal in a future version. -
getRequestMethod
Deprecated, for removal: This API element is subject to removal in a future version. -
getConditionalUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
setRequestIfNoneMatch
Deprecated, for removal: This API element is subject to removal in a future version. -
setRequestIfModifiedSince
Deprecated, for removal: This API element is subject to removal in a future version. -
setRequestIfMatch
Deprecated, for removal: This API element is subject to removal in a future version. -
setRequestIfNoneExist
Deprecated, for removal: This API element is subject to removal in a future version.
-
BundleUtil.processAllEntries(FhirContext, IBaseBundle, Consumer)instead