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