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