
Package ca.uhn.fhir.util.bundle
Class BundleEntryParts
- java.lang.Object
-
- ca.uhn.fhir.util.bundle.BundleEntryParts
-
public class BundleEntryParts extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleEntryParts(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConditionalUrl()
String
getFullUrl()
RequestTypeEnum
getRequestType()
IBaseResource
getResource()
String
getUrl()
-
-
-
Constructor Detail
-
BundleEntryParts
public BundleEntryParts(String theFullUrl, RequestTypeEnum theRequestType, String theUrl, IBaseResource theResource, String theConditionalUrl)
-
-
Method Detail
-
getFullUrl
public String getFullUrl()
-
getRequestType
public RequestTypeEnum getRequestType()
-
getResource
public IBaseResource getResource()
-
getConditionalUrl
public String getConditionalUrl()
-
-