public static enum CommandProviderInbound.RequestCase extends Enum<CommandProviderInbound.RequestCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
COMMAND |
CONFIRMATION |
REQUEST_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static CommandProviderInbound.RequestCase |
forNumber(int value) |
int |
getNumber() |
static CommandProviderInbound.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommandProviderInbound.RequestCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandProviderInbound.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandProviderInbound.RequestCase CONFIRMATION
public static final CommandProviderInbound.RequestCase COMMAND
public static final CommandProviderInbound.RequestCase REQUEST_NOT_SET
public static CommandProviderInbound.RequestCase[] values()
for (CommandProviderInbound.RequestCase c : CommandProviderInbound.RequestCase.values()) System.out.println(c);
public static CommandProviderInbound.RequestCase 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 CommandProviderInbound.RequestCase valueOf(int value)
forNumber(int)
instead.public static CommandProviderInbound.RequestCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2010–2019. All rights reserved.