
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 TypeMethodDescriptionvoidsetConditionalUrl(String theConditionalUrl) Sets the conditional URL, following the same element selection logic asBundleEntryParts.getConditionalUrl().voidsetFullUrl(String theFullUrl) voidsetMethod(RequestTypeEnum theMethod) voidsetRequestIfMatch(String theIfMatch) voidsetRequestIfModifiedSince(Date theModifiedSince) voidsetRequestIfNoneExist(String theIfNoneExist) voidsetRequestIfNoneMatch(String ifNoneMatch) voidsetRequestUrl(String theRequestUrl) voidsetResource(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
-