public static enum Lgraph.ModUserRequest.ActionCase extends Enum<Lgraph.ModUserRequest.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACTION_NOT_SET |
ADD_ROLES |
DEL_ROLES |
DISABLE |
ENABLE |
SET_DESC |
SET_PASSWORD |
SET_ROLES |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.ModUserRequest.ActionCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.ModUserRequest.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.ModUserRequest.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.ModUserRequest.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.ModUserRequest.ActionCase SET_PASSWORD
public static final Lgraph.ModUserRequest.ActionCase SET_ROLES
public static final Lgraph.ModUserRequest.ActionCase ADD_ROLES
public static final Lgraph.ModUserRequest.ActionCase DEL_ROLES
public static final Lgraph.ModUserRequest.ActionCase ENABLE
public static final Lgraph.ModUserRequest.ActionCase DISABLE
public static final Lgraph.ModUserRequest.ActionCase SET_DESC
public static final Lgraph.ModUserRequest.ActionCase ACTION_NOT_SET
public static Lgraph.ModUserRequest.ActionCase[] values()
for (Lgraph.ModUserRequest.ActionCase c : Lgraph.ModUserRequest.ActionCase.values()) System.out.println(c);
public static Lgraph.ModUserRequest.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.ModUserRequest.ActionCase valueOf(int value)
forNumber(int) instead.public static Lgraph.ModUserRequest.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.