Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryRequestComponent
-
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleEntryRequestComponent
JsonParser.parseBundleBundleEntryRequestComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryRequestComponent
XmlParser.parseBundleBundleEntryRequestComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleBundleEntryRequestComponent
(String name, Bundle.BundleEntryRequestComponent element) protected void
XmlParser.composeBundleBundleEntryRequestComponent
(String name, Bundle.BundleEntryRequestComponent element) protected void
JsonParser.composeBundleBundleEntryRequestComponentInner
(Bundle.BundleEntryRequestComponent element) -
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Bundle.BundleEntryRequestComponent
Bundle.BundleEntryComponent.request
Additional information about how this entry should be processed as part of a transaction.Modifier and TypeMethodDescriptionBundle.BundleEntryRequestComponent.copy()
Bundle.BundleEntryComponent.getRequest()
Bundle.BundleEntryRequestComponent.setIfMatch
(String value) Bundle.BundleEntryRequestComponent.setIfMatchElement
(StringType value) Bundle.BundleEntryRequestComponent.setIfModifiedSince
(Date value) Bundle.BundleEntryRequestComponent.setIfModifiedSinceElement
(InstantType value) Bundle.BundleEntryRequestComponent.setIfNoneExist
(String value) Bundle.BundleEntryRequestComponent.setIfNoneExistElement
(StringType value) Bundle.BundleEntryRequestComponent.setIfNoneMatch
(String value) Bundle.BundleEntryRequestComponent.setIfNoneMatchElement
(StringType value) Bundle.BundleEntryRequestComponent.setMethod
(Bundle.HTTPVerb value) Bundle.BundleEntryRequestComponent.setMethodElement
(Enumeration<Bundle.HTTPVerb> value) Bundle.BundleEntryRequestComponent.setUrlElement
(UriType value) Modifier and TypeMethodDescriptionBundle.BundleEntryComponent.setRequest
(Bundle.BundleEntryRequestComponent value)