public static enum ProductFeedUploadError.EnumAffectedSurfaces extends Enum<ProductFeedUploadError.EnumAffectedSurfaces>
| Enum Constant and Description |
|---|
VALUE_DYNAMIC_ADS |
VALUE_MARKETPLACE |
VALUE_US_MARKETPLACE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeedUploadError.EnumAffectedSurfaces |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeedUploadError.EnumAffectedSurfaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeedUploadError.EnumAffectedSurfaces VALUE_DYNAMIC_ADS
public static final ProductFeedUploadError.EnumAffectedSurfaces VALUE_MARKETPLACE
public static final ProductFeedUploadError.EnumAffectedSurfaces VALUE_US_MARKETPLACE
public static ProductFeedUploadError.EnumAffectedSurfaces[] values()
for (ProductFeedUploadError.EnumAffectedSurfaces c : ProductFeedUploadError.EnumAffectedSurfaces.values()) System.out.println(c);
public static ProductFeedUploadError.EnumAffectedSurfaces 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<ProductFeedUploadError.EnumAffectedSurfaces>Copyright © 2020. All rights reserved.