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