Uses of Class
com.exonum.messages.core.runtime.Auth.Caller.CallerCase
Package | Description |
---|---|
com.exonum.messages.core.runtime |
-
Uses of Auth.Caller.CallerCase in com.exonum.messages.core.runtime
Methods in com.exonum.messages.core.runtime that return Auth.Caller.CallerCase Modifier and Type Method Description static Auth.Caller.CallerCase
Auth.Caller.CallerCase. forNumber(int value)
Auth.Caller.CallerCase
Auth.Caller.Builder. getCallerCase()
Auth.Caller.CallerCase
Auth.Caller. getCallerCase()
Auth.Caller.CallerCase
Auth.CallerOrBuilder. getCallerCase()
static Auth.Caller.CallerCase
Auth.Caller.CallerCase. valueOf(int value)
Deprecated.static Auth.Caller.CallerCase
Auth.Caller.CallerCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Auth.Caller.CallerCase[]
Auth.Caller.CallerCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.