Uses of Class
dev.vality.swag.analytics.model.DefaultLogicError.CodeEnum
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of DefaultLogicError.CodeEnum in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return DefaultLogicError.CodeEnum Modifier and Type Method Description static DefaultLogicError.CodeEnumDefaultLogicError.CodeEnum. fromValue(String text)DefaultLogicError.CodeEnumDefaultLogicError. getCode()[Код ошибки](#tag/Error-Codes)static DefaultLogicError.CodeEnumDefaultLogicError.CodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultLogicError.CodeEnum[]DefaultLogicError.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 DefaultLogicError.CodeEnum Modifier and Type Method Description DefaultLogicErrorDefaultLogicError. code(DefaultLogicError.CodeEnum code)voidDefaultLogicError. setCode(DefaultLogicError.CodeEnum code)