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