Uses of Enum
org.hl7.fhir.r4.model.Bundle.HTTPVerb
-
Uses of Bundle.HTTPVerb in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Bundle.HTTPVerb> Bundle.BundleEntryRequestComponent.method
In a transaction or batch, this is the HTTP action to be executed for this entry.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