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