public static enum SnapshotResult.SnapshotParamsCase extends Enum<SnapshotResult.SnapshotParamsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AIDYNPOST |
ANIMATEDPOSTER |
DYNPOST |
POSTER |
SAMPLE |
SNAPSHOTPARAMS_NOT_SET |
SPRITE |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotResult.SnapshotParamsCase |
forNumber(int value) |
int |
getNumber() |
static SnapshotResult.SnapshotParamsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SnapshotResult.SnapshotParamsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotResult.SnapshotParamsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotResult.SnapshotParamsCase POSTER
public static final SnapshotResult.SnapshotParamsCase DYNPOST
public static final SnapshotResult.SnapshotParamsCase ANIMATEDPOSTER
public static final SnapshotResult.SnapshotParamsCase AIDYNPOST
public static final SnapshotResult.SnapshotParamsCase SPRITE
public static final SnapshotResult.SnapshotParamsCase SAMPLE
public static final SnapshotResult.SnapshotParamsCase SNAPSHOTPARAMS_NOT_SET
public static SnapshotResult.SnapshotParamsCase[] values()
for (SnapshotResult.SnapshotParamsCase c : SnapshotResult.SnapshotParamsCase.values()) System.out.println(c);
public static SnapshotResult.SnapshotParamsCase 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 SnapshotResult.SnapshotParamsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static SnapshotResult.SnapshotParamsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025. All rights reserved.