public static enum GetTagKeysRequest.MatchTypeEnum extends Enum<GetTagKeysRequest.MatchTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTagKeysRequest.MatchTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static GetTagKeysRequest.MatchTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static GetTagKeysRequest.MatchTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetTagKeysRequest.MatchTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="prefix") public static final GetTagKeysRequest.MatchTypeEnum PREFIX
@SerializedName(value="equals") public static final GetTagKeysRequest.MatchTypeEnum EQUALS
@SerializedName(value="contain") public static final GetTagKeysRequest.MatchTypeEnum CONTAIN
public static GetTagKeysRequest.MatchTypeEnum[] values()
for (GetTagKeysRequest.MatchTypeEnum c : GetTagKeysRequest.MatchTypeEnum.values()) System.out.println(c);
public static GetTagKeysRequest.MatchTypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<GetTagKeysRequest.MatchTypeEnum>public static GetTagKeysRequest.MatchTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.