
Uses of Enum
org.hl7.fhir.dstu2.model.Bundle.HTTPVerb
Packages that use Bundle.HTTPVerb
-
Uses of Bundle.HTTPVerb in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Bundle.HTTPVerbModifier and TypeFieldDescriptionprotected Enumeration
<Bundle.HTTPVerb> Bundle.BundleEntryRequestComponent.method
The HTTP verb for this entry in either a update history, or a transaction/ transaction response.Methods in org.hl7.fhir.dstu2.model that return Bundle.HTTPVerbModifier and TypeMethodDescriptionstatic Bundle.HTTPVerb
Bundle.BundleEntryRequestComponent.getMethod()
static Bundle.HTTPVerb
Returns the enum constant of this type with the specified name.static Bundle.HTTPVerb[]
Bundle.HTTPVerb.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Bundle.HTTPVerbMethods in org.hl7.fhir.dstu2.model with parameters of type Bundle.HTTPVerbModifier and TypeMethodDescriptionBundle.BundleEntryRequestComponent.setMethod
(Bundle.HTTPVerb value) Bundle.HTTPVerbEnumFactory.toCode
(Bundle.HTTPVerb code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Bundle.HTTPVerbModifier and TypeMethodDescriptionBundle.BundleEntryRequestComponent.setMethodElement
(Enumeration<Bundle.HTTPVerb> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Bundle.HTTPVerbModifierConstructorDescriptionBundleEntryRequestComponent
(Enumeration<Bundle.HTTPVerb> method, UriType url)