Uses of Class
io.snice.codecs.codec.diameter.avp.api.ResultCode.Code
-
Packages that use ResultCode.Code Package Description io.snice.codecs.codec.diameter.avp.api -
-
Uses of ResultCode.Code in io.snice.codecs.codec.diameter.avp.api
Methods in io.snice.codecs.codec.diameter.avp.api that return ResultCode.Code Modifier and Type Method Description static ResultCode.Code
ResultCode.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultCode.Code[]
ResultCode.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.snice.codecs.codec.diameter.avp.api that return types with arguments of type ResultCode.Code Modifier and Type Method Description Optional<ResultCode.Code>
ResultCode.EnumeratedHolder. getAsEnum()
default Optional<ResultCode.Code>
ResultCode. getAsEnum()
-