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