public static enum ProductCatalogDiagnosticGroup.EnumSeverity extends Enum<ProductCatalogDiagnosticGroup.EnumSeverity>
| Enum Constant and Description |
|---|
VALUE_MUST_FIX |
VALUE_OPPORTUNITY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalogDiagnosticGroup.EnumSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalogDiagnosticGroup.EnumSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="MUST_FIX") public static final ProductCatalogDiagnosticGroup.EnumSeverity VALUE_MUST_FIX
@SerializedName(value="OPPORTUNITY") public static final ProductCatalogDiagnosticGroup.EnumSeverity VALUE_OPPORTUNITY
public static ProductCatalogDiagnosticGroup.EnumSeverity[] values()
for (ProductCatalogDiagnosticGroup.EnumSeverity c : ProductCatalogDiagnosticGroup.EnumSeverity.values()) System.out.println(c);
public static ProductCatalogDiagnosticGroup.EnumSeverity 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 toString()
toString in class Enum<ProductCatalogDiagnosticGroup.EnumSeverity>Copyright © 2024. All rights reserved.