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