Uses of Class
org.hl7.fhir.r4.model.Bundle.BundleEntryRequestComponent
Packages that use Bundle.BundleEntryRequestComponent
-
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionprotected Bundle.BundleEntryRequestComponentJsonParser.parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleEntryRequestComponentXmlParser.parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)Methods in org.hl7.fhir.r4.formats with parameters of type Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element)protected voidRdfParser.composeBundleBundleEntryRequestComponent(Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryRequestComponent element, int index)protected voidXmlParser.composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element)protected voidXmlParser.composeBundleBundleEntryRequestComponentElements(Bundle.BundleEntryRequestComponent element)protected voidJsonParser.composeBundleBundleEntryRequestComponentInner(Bundle.BundleEntryRequestComponent element)protected booleanXmlParser.parseBundleBundleEntryRequestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryRequestComponent res)protected voidJsonParser.parseBundleBundleEntryRequestComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryRequestComponent res) -
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Bundle.BundleEntryRequestComponentModifier and TypeFieldDescriptionprotected Bundle.BundleEntryRequestComponentBundle.BundleEntryComponent.requestAdditional information about how this entry should be processed as part of a transaction or batch.Methods in org.hl7.fhir.r4.model that return Bundle.BundleEntryRequestComponentModifier 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)Methods in org.hl7.fhir.r4.model with parameters of type Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionvoidBundle.BundleEntryRequestComponent.copyValues(Bundle.BundleEntryRequestComponent dst)Bundle.BundleEntryComponent.setRequest(Bundle.BundleEntryRequestComponent value)