Uses of Class
dev.vality.swag.analytics.model.InlineResponse400.CodeEnum
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of InlineResponse400.CodeEnum in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return InlineResponse400.CodeEnum Modifier and Type Method Description static InlineResponse400.CodeEnumInlineResponse400.CodeEnum. fromValue(String text)InlineResponse400.CodeEnumInlineResponse400. getCode()[Код ошибки](#tag/Error-Codes)static InlineResponse400.CodeEnumInlineResponse400.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InlineResponse400.CodeEnum[]InlineResponse400.CodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.swag.analytics.model with parameters of type InlineResponse400.CodeEnum Modifier and Type Method Description InlineResponse400InlineResponse400. code(InlineResponse400.CodeEnum code)voidInlineResponse400. setCode(InlineResponse400.CodeEnum code)