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