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