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