
Package ca.uhn.fhir.util.bundle
Class ModifiableBundleEntryParts
java.lang.Object
ca.uhn.fhir.util.bundle.BundleEntryParts
ca.uhn.fhir.util.bundle.ModifiableBundleEntryParts
- Since:
- 8.6.0
-
Field Summary
Fields inherited from class ca.uhn.fhir.util.bundle.BundleEntryParts
myConditionalUrl, myFullUrl, myMethod, myRequestType, myResource, myUrl
-
Constructor Summary
ConstructorsConstructorDescriptionModifiableBundleEntryParts
(FhirContext theFhirContext, BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConditionalUrl
(String theConditionalUrl) Sets the conditional URL, following the same element selection logic asBundleEntryParts.getConditionalUrl()
.void
setFullUrl
(String theFullUrl) void
setMethod
(RequestTypeEnum theMethod) void
setRequestIfMatch
(String theIfMatch) void
setRequestIfModifiedSince
(Date theModifiedSince) void
setRequestIfNoneExist
(String theIfNoneExist) void
setRequestIfNoneMatch
(String ifNoneMatch) void
setRequestUrl
(String theRequestUrl) void
setResource
(IBaseResource theUpdatedResource) Methods inherited from class ca.uhn.fhir.util.bundle.BundleEntryParts
getConditionalUrl, getFullUrl, getMethod, getRequestType, getResource, getUrl
-
Constructor Details
-
ModifiableBundleEntryParts
public ModifiableBundleEntryParts(FhirContext theFhirContext, BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator)
-
-
Method Details
-
setConditionalUrl
Sets the conditional URL, following the same element selection logic asBundleEntryParts.getConditionalUrl()
.- Parameters:
theConditionalUrl
- The conditional URL. Must be in the format [resourceType]?[params]
-
setRequestUrl
-
setFullUrl
-
setResource
-
setRequestIfNoneMatch
-
setRequestIfModifiedSince
-
setRequestIfMatch
-
setRequestIfNoneExist
-
setMethod
-