Uses of Class
org.hl7.fhir.r5.model.Bundle.BundleEntryRequestComponent
Packages that use Bundle.BundleEntryRequestComponent
-
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionprotected Bundle.BundleEntryRequestComponentJsonParser.parseBundleEntryRequestComponent(com.google.gson.JsonObject json)protected Bundle.BundleEntryRequestComponentXmlParser.parseBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element)protected voidRdfParser.composeBundleEntryRequestComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryRequestComponent element, int index)protected voidXmlParser.composeBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element)protected voidXmlParser.composeBundleEntryRequestComponentElements(Bundle.BundleEntryRequestComponent element)protected voidJsonParser.composeBundleEntryRequestComponentProperties(Bundle.BundleEntryRequestComponent element)protected booleanXmlParser.parseBundleEntryRequestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle.BundleEntryRequestComponent res)protected voidJsonParser.parseBundleEntryRequestComponentProperties(com.google.gson.JsonObject json, Bundle.BundleEntryRequestComponent res) -
Uses of Bundle.BundleEntryRequestComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model with parameters of type Bundle.BundleEntryRequestComponentModifier and TypeMethodDescriptionvoidBundle.BundleEntryRequestComponent.copyValues(Bundle.BundleEntryRequestComponent dst)Bundle.BundleEntryComponent.setRequest(Bundle.BundleEntryRequestComponent value)