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