Uses of Enum
org.hl7.fhir.dstu3.model.Bundle.HTTPVerb
-
Uses of Bundle.HTTPVerb in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Bundle.HTTPVerb> Bundle.BundleEntryRequestComponent.method
The HTTP verb for this entry in either a change history, or a transaction/ transaction response.Modifier 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.Modifier and TypeMethodDescriptionBundle.HTTPVerbEnumFactory.fromType
(PrimitiveType<?> code) Bundle.BundleEntryRequestComponent.getMethodElement()
Modifier and TypeMethodDescriptionBundle.BundleEntryRequestComponent.setMethod
(Bundle.HTTPVerb value) Bundle.HTTPVerbEnumFactory.toCode
(Bundle.HTTPVerb code) Bundle.HTTPVerbEnumFactory.toSystem
(Bundle.HTTPVerb code) Modifier and TypeMethodDescriptionBundle.BundleEntryRequestComponent.setMethodElement
(Enumeration<Bundle.HTTPVerb> value) ModifierConstructorDescriptionBundleEntryRequestComponent
(Enumeration<Bundle.HTTPVerb> method, UriType url) Constructor