Uses of Class
org.hl7.fhir.dstu2.model.Bundle.HTTPVerb
-
Packages that use Bundle.HTTPVerb Package Description org.hl7.fhir.dstu2.model -
-
Uses of Bundle.HTTPVerb in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Bundle.HTTPVerb Modifier and Type Field Description protected Enumeration<Bundle.HTTPVerb>Bundle.BundleEntryRequestComponent. methodThe 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.HTTPVerb Modifier and Type Method Description static Bundle.HTTPVerbBundle.HTTPVerb. fromCode(String codeString)Bundle.HTTPVerbBundle.HTTPVerbEnumFactory. fromCode(String codeString)Bundle.HTTPVerbBundle.BundleEntryRequestComponent. getMethod()static Bundle.HTTPVerbBundle.HTTPVerb. valueOf(String name)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.HTTPVerb Modifier and Type Method Description Enumeration<Bundle.HTTPVerb>Bundle.HTTPVerbEnumFactory. fromType(Base code)Enumeration<Bundle.HTTPVerb>Bundle.BundleEntryRequestComponent. getMethodElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Bundle.HTTPVerb Modifier and Type Method Description Bundle.BundleEntryRequestComponentBundle.BundleEntryRequestComponent. setMethod(Bundle.HTTPVerb value)StringBundle.HTTPVerbEnumFactory. toCode(Bundle.HTTPVerb code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Bundle.HTTPVerb Modifier and Type Method Description Bundle.BundleEntryRequestComponentBundle.BundleEntryRequestComponent. setMethodElement(Enumeration<Bundle.HTTPVerb> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Bundle.HTTPVerb Constructor Description BundleEntryRequestComponent(Enumeration<Bundle.HTTPVerb> method, UriType url)
-