Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryRequestComponent
-
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r4.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
RdfParser.composeBundleBundleEntryRequestComponent
(Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryRequestComponent element, int index) protected void
XmlParser.composeBundleBundleEntryRequestComponent
(String name, Bundle.BundleEntryRequestComponent element) protected void
XmlParser.composeBundleBundleEntryRequestComponentElements
(Bundle.BundleEntryRequestComponent element) protected void
JsonParser.composeBundleBundleEntryRequestComponentInner
(Bundle.BundleEntryRequestComponent element) protected boolean
XmlParser.parseBundleBundleEntryRequestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryRequestComponent res) protected void
JsonParser.parseBundleBundleEntryRequestComponentProperties
(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryRequestComponent res) -
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Bundle.BundleEntryRequestComponent
Bundle.BundleEntryComponent.request
Additional information about how this entry should be processed as part of a transaction or batch.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 TypeMethodDescriptionvoid
Bundle.BundleEntryRequestComponent.copyValues
(Bundle.BundleEntryRequestComponent dst) Bundle.BundleEntryComponent.setRequest
(Bundle.BundleEntryRequestComponent value)