
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.void
setFullUrl
(String theFullUrl) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequestIfMatch
(FhirContext theFhirContext, String theIfMatch) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequestIfModifiedSince
(FhirContext theFhirContext, Date theModifiedSince) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequestIfNoneExist
(FhirContext theFhirContext, String theIfNoneExist) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequestIfNoneMatch
(FhirContext theFhirContext, String ifNoneMatch) Deprecated, for removal: This API element is subject to removal in a future version.void
setRequestUrl
(FhirContext theFhirContext, String theRequestUrl) Deprecated, for removal: This API element is subject to removal in a future version.void
setResource
(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