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