Package ca.uhn.fhir.util.bundle
Class ModifiableBundleEntry
- java.lang.Object
-
- ca.uhn.fhir.util.bundle.ModifiableBundleEntry
-
public class ModifiableBundleEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ModifiableBundleEntry(BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullUrl()StringgetRequestUrl()IBaseResourcegetResource()voidsetRequestUrl(FhirContext theFhirContext, String theRequestUrl)
-
-
-
Constructor Detail
-
ModifiableBundleEntry
public ModifiableBundleEntry(BundleEntryParts theBundleEntryParts, BundleEntryMutator theBundleEntryMutator)
-
-
Method Detail
-
setRequestUrl
public void setRequestUrl(FhirContext theFhirContext, String theRequestUrl)
-
getFullUrl
public String getFullUrl()
-
getRequestUrl
public String getRequestUrl()
-
getResource
public IBaseResource getResource()
-
-