
Package ca.uhn.fhir.util.bundle
Class BundleEntryParts
java.lang.Object
ca.uhn.fhir.util.bundle.BundleEntryParts
- Direct Known Subclasses:
ModifiableBundleEntryParts
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected RequestTypeEnum
protected RequestTypeEnum
protected IBaseResource
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionBundleEntryParts
(BundleEntryParts theBundleEntryParts) Copy ConstructorBundleEntryParts
(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl, RequestTypeEnum theMethod) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns the conditional URL associated with this request, if any.Returns theBundle.entry.fulUrl
valuegetUrl()
Returns theBundle.entry.request.url
value
-
Field Details
-
myRequestType
-
myResource
-
myUrl
-
myConditionalUrl
-
myFullUrl
-
myMethod
-
-
Constructor Details
-
BundleEntryParts
public BundleEntryParts(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl, RequestTypeEnum theMethod) Constructor -
BundleEntryParts
Copy Constructor
-
-
Method Details
-
getFullUrl
Returns theBundle.entry.fulUrl
value -
getRequestType
-
getResource
-
getConditionalUrl
Returns the conditional URL associated with this request, if any.-
If the
method
isPUT
,PATCH
, orDELETE
, and therequest URL
contains'?'
, returns therequest URL
-
If the
method
isPOST
, and theBundle.entry.request.ifNoneExist
contains'?'
, returns theifNoneExist value.
Bundle.entry.request.url
value -
If the
-
getUrl
Returns theBundle.entry.request.url
value -
getMethod
-