Uses of Class
org.hl7.fhir.r4.model.codesystems.HttpVerb
-
Packages that use HttpVerb Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of HttpVerb in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return HttpVerb Modifier and Type Method Description static HttpVerbHttpVerb. fromCode(String codeString)HttpVerbHttpVerbEnumFactory. fromCode(String codeString)static HttpVerbHttpVerb. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpVerb[]HttpVerb. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type HttpVerb Modifier and Type Method Description StringHttpVerbEnumFactory. toCode(HttpVerb code)StringHttpVerbEnumFactory. toSystem(HttpVerb code)
-