Uses of Class
org.hl7.fhir.r4.model.codesystems.HttpOperations
-
Packages that use HttpOperations Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of HttpOperations in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return HttpOperations Modifier and Type Method Description static HttpOperationsHttpOperations. fromCode(String codeString)HttpOperationsHttpOperationsEnumFactory. fromCode(String codeString)static HttpOperationsHttpOperations. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpOperations[]HttpOperations. 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 HttpOperations Modifier and Type Method Description StringHttpOperationsEnumFactory. toCode(HttpOperations code)StringHttpOperationsEnumFactory. toSystem(HttpOperations code)
-