public static enum ReadAdSetBudget.BudgetDeliverySmoothingEnum extends java.lang.Enum<ReadAdSetBudget.BudgetDeliverySmoothingEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadAdSetBudget.BudgetDeliverySmoothingEnum.Adapter |
| Enum Constant and Description |
|---|
ACCELERATED |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static ReadAdSetBudget.BudgetDeliverySmoothingEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ReadAdSetBudget.BudgetDeliverySmoothingEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadAdSetBudget.BudgetDeliverySmoothingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadAdSetBudget.BudgetDeliverySmoothingEnum ACCELERATED
public static final ReadAdSetBudget.BudgetDeliverySmoothingEnum STANDARD
public static ReadAdSetBudget.BudgetDeliverySmoothingEnum[] values()
for (ReadAdSetBudget.BudgetDeliverySmoothingEnum c : ReadAdSetBudget.BudgetDeliverySmoothingEnum.values()) System.out.println(c);
public static ReadAdSetBudget.BudgetDeliverySmoothingEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<ReadAdSetBudget.BudgetDeliverySmoothingEnum>public static ReadAdSetBudget.BudgetDeliverySmoothingEnum fromValue(java.lang.String value)
Copyright © 2021. All rights reserved.