@Generated public enum TikTokAdsOptionsTikTokDataLevel extends Enum<TikTokAdsOptionsTikTokDataLevel>
| Enum Constant and Description |
|---|
AUCTION_AD |
AUCTION_ADGROUP |
AUCTION_ADVERTISER |
AUCTION_CAMPAIGN |
| Modifier and Type | Method and Description |
|---|---|
static TikTokAdsOptionsTikTokDataLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TikTokAdsOptionsTikTokDataLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TikTokAdsOptionsTikTokDataLevel AUCTION_AD
public static final TikTokAdsOptionsTikTokDataLevel AUCTION_ADGROUP
public static final TikTokAdsOptionsTikTokDataLevel AUCTION_ADVERTISER
public static final TikTokAdsOptionsTikTokDataLevel AUCTION_CAMPAIGN
public static TikTokAdsOptionsTikTokDataLevel[] values()
for (TikTokAdsOptionsTikTokDataLevel c : TikTokAdsOptionsTikTokDataLevel.values()) System.out.println(c);
public static TikTokAdsOptionsTikTokDataLevel 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 nullCopyright © 2026. All rights reserved.