public static enum AdAccountCreationRequest.EnumVertical extends Enum<AdAccountCreationRequest.EnumVertical>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AdAccountCreationRequest.EnumVertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountCreationRequest.EnumVertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdAccountCreationRequest.EnumVertical VALUE_ADVERTISING_AND_MARKETING
public static final AdAccountCreationRequest.EnumVertical VALUE_AUTOMOTIVE
public static final AdAccountCreationRequest.EnumVertical VALUE_AUTO_AGENCY
public static final AdAccountCreationRequest.EnumVertical VALUE_CONSUMER_PACKAGED_GOODS
public static final AdAccountCreationRequest.EnumVertical VALUE_CPG_AND_BEVERAGE
public static final AdAccountCreationRequest.EnumVertical VALUE_ECOMMERCE
public static final AdAccountCreationRequest.EnumVertical VALUE_EDUCATION
public static final AdAccountCreationRequest.EnumVertical VALUE_ENERGY_AND_UTILITIES
public static final AdAccountCreationRequest.EnumVertical VALUE_ENTERTAINMENT_AND_MEDIA
public static final AdAccountCreationRequest.EnumVertical VALUE_FINANCIAL_SERVICES
public static final AdAccountCreationRequest.EnumVertical VALUE_GAMING
public static final AdAccountCreationRequest.EnumVertical VALUE_GOVERMENT_AND_POLITICS
public static final AdAccountCreationRequest.EnumVertical VALUE_MOTORCYCLES
public static final AdAccountCreationRequest.EnumVertical VALUE_ORGANIZATIONS_AND_ASSOCIATIONS
public static final AdAccountCreationRequest.EnumVertical VALUE_OTHER
public static final AdAccountCreationRequest.EnumVertical VALUE_PROFESSIONAL_SERVICES
public static final AdAccountCreationRequest.EnumVertical VALUE_RETAIL
public static final AdAccountCreationRequest.EnumVertical VALUE_TECHNOLOGY
public static final AdAccountCreationRequest.EnumVertical VALUE_TELECOM
public static final AdAccountCreationRequest.EnumVertical VALUE_TRAVEL
public static AdAccountCreationRequest.EnumVertical[] values()
for (AdAccountCreationRequest.EnumVertical c : AdAccountCreationRequest.EnumVertical.values()) System.out.println(c);
public static AdAccountCreationRequest.EnumVertical 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<AdAccountCreationRequest.EnumVertical>
Copyright © 2020. All rights reserved.