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