public static enum AdAccountBusinessConstraints.EnumStatus extends Enum<AdAccountBusinessConstraints.EnumStatus>
| Enum Constant and Description |
|---|
VALUE_ACTIVE |
VALUE_APPLICATION_IN_PROGRESS |
VALUE_WITH_CAMPAIGN_ERROR |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccountBusinessConstraints.EnumStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountBusinessConstraints.EnumStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ACTIVE") public static final AdAccountBusinessConstraints.EnumStatus VALUE_ACTIVE
@SerializedName(value="APPLICATION_IN_PROGRESS") public static final AdAccountBusinessConstraints.EnumStatus VALUE_APPLICATION_IN_PROGRESS
@SerializedName(value="WITH_CAMPAIGN_ERROR") public static final AdAccountBusinessConstraints.EnumStatus VALUE_WITH_CAMPAIGN_ERROR
public static AdAccountBusinessConstraints.EnumStatus[] values()
for (AdAccountBusinessConstraints.EnumStatus c : AdAccountBusinessConstraints.EnumStatus.values()) System.out.println(c);
public static AdAccountBusinessConstraints.EnumStatus 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<AdAccountBusinessConstraints.EnumStatus>Copyright © 2024. All rights reserved.