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