-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSeverity.Companion
-
Method Summary
-
-
Method Detail
-
toString
String toString()
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.
This solves a problem when the variable name and its value are different, and ensures that the client sends the correct enum values to the server always.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-