public static enum PatchAdSetBudget.BudgetDeliverySmoothingEnum extends java.lang.Enum<PatchAdSetBudget.BudgetDeliverySmoothingEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchAdSetBudget.BudgetDeliverySmoothingEnum.Adapter |
| Enum Constant and Description |
|---|
ACCELERATED |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static PatchAdSetBudget.BudgetDeliverySmoothingEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static PatchAdSetBudget.BudgetDeliverySmoothingEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatchAdSetBudget.BudgetDeliverySmoothingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchAdSetBudget.BudgetDeliverySmoothingEnum ACCELERATED
public static final PatchAdSetBudget.BudgetDeliverySmoothingEnum STANDARD
public static PatchAdSetBudget.BudgetDeliverySmoothingEnum[] values()
for (PatchAdSetBudget.BudgetDeliverySmoothingEnum c : PatchAdSetBudget.BudgetDeliverySmoothingEnum.values()) System.out.println(c);
public static PatchAdSetBudget.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<PatchAdSetBudget.BudgetDeliverySmoothingEnum>public static PatchAdSetBudget.BudgetDeliverySmoothingEnum fromValue(java.lang.String value)
Copyright © 2021. All rights reserved.