Uses of Class
com.ibm.fhir.model.type.code.HTTPVerb.ValueSet
-
Packages that use HTTPVerb.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of HTTPVerb.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return HTTPVerb.ValueSet Modifier and Type Method Description static HTTPVerb.ValueSetHTTPVerb.ValueSet. from(String value)Factory method for creating HTTPVerb.ValueSet values from a passed string value.HTTPVerb.ValueSetHTTPVerb. getValueAsEnumConstant()static HTTPVerb.ValueSetHTTPVerb.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static HTTPVerb.ValueSet[]HTTPVerb.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type HTTPVerb.ValueSet Modifier and Type Method Description static HTTPVerbHTTPVerb. of(HTTPVerb.ValueSet value)Factory method for creating HTTPVerb objects from a passed enum value.HTTPVerb.BuilderHTTPVerb.Builder. value(HTTPVerb.ValueSet value)
-