public static enum ProductCatalog.EnumSegmentUseCases extends Enum<ProductCatalog.EnumSegmentUseCases>
| 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.
|
@SerializedName(value="AFFILIATE_SELLER_STOREFRONT") public static final ProductCatalog.EnumSegmentUseCases VALUE_AFFILIATE_SELLER_STOREFRONT
@SerializedName(value="AFFILIATE_TAGGED_ONLY_DEPRECATED") public static final ProductCatalog.EnumSegmentUseCases VALUE_AFFILIATE_TAGGED_ONLY_DEPRECATED
@SerializedName(value="COLLAB_ADS") public static final ProductCatalog.EnumSegmentUseCases VALUE_COLLAB_ADS
@SerializedName(value="COLLAB_ADS_FOR_MARKETPLACE_PARTNER") public static final ProductCatalog.EnumSegmentUseCases VALUE_COLLAB_ADS_FOR_MARKETPLACE_PARTNER
@SerializedName(value="COLLAB_ADS_SEGMENT_WITHOUT_SEGMENT_SYNCING") public static final ProductCatalog.EnumSegmentUseCases VALUE_COLLAB_ADS_SEGMENT_WITHOUT_SEGMENT_SYNCING
@SerializedName(value="CREATORS_AS_SELLERS") public static final ProductCatalog.EnumSegmentUseCases VALUE_CREATORS_AS_SELLERS
@SerializedName(value="DIGITAL_CIRCULARS") public static final ProductCatalog.EnumSegmentUseCases VALUE_DIGITAL_CIRCULARS
@SerializedName(value="FB_LIVE_SHOPPING") public static final ProductCatalog.EnumSegmentUseCases VALUE_FB_LIVE_SHOPPING
@SerializedName(value="IG_SHOPPING") public static final ProductCatalog.EnumSegmentUseCases VALUE_IG_SHOPPING
@SerializedName(value="IG_SHOPPING_SUGGESTED_PRODUCTS") public static final ProductCatalog.EnumSegmentUseCases VALUE_IG_SHOPPING_SUGGESTED_PRODUCTS
@SerializedName(value="MARKETPLACE_SHOPS") public static final ProductCatalog.EnumSegmentUseCases VALUE_MARKETPLACE_SHOPS
@SerializedName(value="TEST") 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 © 2024. All rights reserved.