public static enum AccountService.Events.Result extends java.lang.Enum<AccountService.Events.Result> implements com.google.protobuf.Internal.EnumLite
kin.agora.account.v4.Events.Result| Enum Constant and Description |
|---|
NOT_FOUND
The specified account could not be found.
|
OK
OK = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_FOUND_VALUE
The specified account could not be found.
|
static int |
OK_VALUE
OK = 0; |
| Modifier and Type | Method and Description |
|---|---|
static AccountService.Events.Result |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<AccountService.Events.Result> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static AccountService.Events.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AccountService.Events.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountService.Events.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountService.Events.Result OK
OK = 0;public static final AccountService.Events.Result NOT_FOUND
The specified account could not be found.
NOT_FOUND = 1;public static final AccountService.Events.Result UNRECOGNIZED
public static final int OK_VALUE
OK = 0;public static final int NOT_FOUND_VALUE
The specified account could not be found.
NOT_FOUND = 1;public static AccountService.Events.Result[] values()
for (AccountService.Events.Result c : AccountService.Events.Result.values()) System.out.println(c);
public static AccountService.Events.Result valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite@Deprecated public static AccountService.Events.Result valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AccountService.Events.Result forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<AccountService.Events.Result> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()