| Package | Description |
|---|---|
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchAdSetBudget.BudgetStrategyEnum |
PatchAdSetBudget.BudgetStrategyEnum.fromValue(java.lang.String value) |
PatchAdSetBudget.BudgetStrategyEnum |
PatchAdSetBudget.getBudgetStrategy()
Whether your budget is capped or not
|
PatchAdSetBudget.BudgetStrategyEnum |
PatchAdSetBudget.BudgetStrategyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PatchAdSetBudget.BudgetStrategyEnum |
PatchAdSetBudget.BudgetStrategyEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatchAdSetBudget.BudgetStrategyEnum[] |
PatchAdSetBudget.BudgetStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PatchAdSetBudget |
PatchAdSetBudget.budgetStrategy(PatchAdSetBudget.BudgetStrategyEnum budgetStrategy) |
void |
PatchAdSetBudget.setBudgetStrategy(PatchAdSetBudget.BudgetStrategyEnum budgetStrategy) |
void |
PatchAdSetBudget.BudgetStrategyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PatchAdSetBudget.BudgetStrategyEnum enumeration) |
Copyright © 2021. All rights reserved.