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