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