public static enum ProductCatalogDiagnosticGroup.EnumTypes extends Enum<ProductCatalogDiagnosticGroup.EnumTypes>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalogDiagnosticGroup.EnumTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalogDiagnosticGroup.EnumTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AR_VISIBILITY_ISSUES") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_AR_VISIBILITY_ISSUES
@SerializedName(value="ATTRIBUTES_INVALID") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_ATTRIBUTES_INVALID
@SerializedName(value="ATTRIBUTES_MISSING") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_ATTRIBUTES_MISSING
@SerializedName(value="CATEGORY") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_CATEGORY
@SerializedName(value="CHECKOUT") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_CHECKOUT
@SerializedName(value="DA_VISIBILITY_ISSUES") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_DA_VISIBILITY_ISSUES
@SerializedName(value="EVENT_SOURCE_ISSUES") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_EVENT_SOURCE_ISSUES
@SerializedName(value="IMAGE_QUALITY") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_IMAGE_QUALITY
@SerializedName(value="LOW_QUALITY_TITLE_AND_DESCRIPTION") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_LOW_QUALITY_TITLE_AND_DESCRIPTION
@SerializedName(value="POLICY_VIOLATION") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_POLICY_VIOLATION
@SerializedName(value="SHOPS_VISIBILITY_ISSUES") public static final ProductCatalogDiagnosticGroup.EnumTypes VALUE_SHOPS_VISIBILITY_ISSUES
public static ProductCatalogDiagnosticGroup.EnumTypes[] values()
for (ProductCatalogDiagnosticGroup.EnumTypes c : ProductCatalogDiagnosticGroup.EnumTypes.values()) System.out.println(c);
public static ProductCatalogDiagnosticGroup.EnumTypes 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.EnumTypes>Copyright © 2024. All rights reserved.