Uses of Class
org.hl7.fhir.r5.model.Bundle.BundleEntryRequestComponent
-
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleEntryRequestComponent
JsonParser.parseBundleEntryRequestComponent
(com.google.gson.JsonObject json) protected Bundle.BundleEntryRequestComponent
XmlParser.parseBundleEntryRequestComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleEntryRequestComponent
(String name, Bundle.BundleEntryRequestComponent element) protected void
RdfParser.composeBundleEntryRequestComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryRequestComponent element, int index) protected void
XmlParser.composeBundleEntryRequestComponent
(String name, Bundle.BundleEntryRequestComponent element) protected void
XmlParser.composeBundleEntryRequestComponentElements
(Bundle.BundleEntryRequestComponent element) protected void
JsonParser.composeBundleEntryRequestComponentProperties
(Bundle.BundleEntryRequestComponent element) protected boolean
XmlParser.parseBundleEntryRequestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle.BundleEntryRequestComponent res) protected void
JsonParser.parseBundleEntryRequestComponentProperties
(com.google.gson.JsonObject json, Bundle.BundleEntryRequestComponent res) -
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r5.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)