Uses of Class
io.snice.codecs.codec.diameter.avp.api.AuthSessionState.Code
-
Packages that use AuthSessionState.Code Package Description io.snice.codecs.codec.diameter.avp.api -
-
Uses of AuthSessionState.Code in io.snice.codecs.codec.diameter.avp.api
Methods in io.snice.codecs.codec.diameter.avp.api that return AuthSessionState.Code Modifier and Type Method Description static AuthSessionState.Code
AuthSessionState.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthSessionState.Code[]
AuthSessionState.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 AuthSessionState.Code Modifier and Type Method Description Optional<AuthSessionState.Code>
AuthSessionState.EnumeratedHolder. getAsEnum()
default Optional<AuthSessionState.Code>
AuthSessionState. getAsEnum()
-