public enum MatchV2Environment extends Enum<MatchV2Environment>
| Modifier and Type | Method and Description |
|---|---|
static MatchV2Environment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchV2Environment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchV2Environment ACC
public static final MatchV2Environment PROD
public static MatchV2Environment[] values()
for (MatchV2Environment c : MatchV2Environment.values()) System.out.println(c);
public static MatchV2Environment 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 nullCopyright © 2025. All rights reserved.