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