public static enum Lgraph.AuthRequest.ActionCase extends Enum<Lgraph.AuthRequest.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACTION_NOT_SET |
LOGIN |
LOGOUT |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.AuthRequest.ActionCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.AuthRequest.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.AuthRequest.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.AuthRequest.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.AuthRequest.ActionCase LOGIN
public static final Lgraph.AuthRequest.ActionCase LOGOUT
public static final Lgraph.AuthRequest.ActionCase ACTION_NOT_SET
public static Lgraph.AuthRequest.ActionCase[] values()
for (Lgraph.AuthRequest.ActionCase c : Lgraph.AuthRequest.ActionCase.values()) System.out.println(c);
public static Lgraph.AuthRequest.ActionCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Lgraph.AuthRequest.ActionCase valueOf(int value)
forNumber(int) instead.public static Lgraph.AuthRequest.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.