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