| Modifier and Type | Method and Description |
|---|---|
BudgetLimitType |
BudgetLimitTypeMixIn.fromValue(String v) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BulkCampaign.isDailyBudget(BudgetLimitType budgetType) |
| Modifier and Type | Field and Description |
|---|---|
protected BudgetLimitType |
Campaign.budgetType |
protected BudgetLimitType |
Budget.budgetType |
| Modifier and Type | Method and Description |
|---|---|
static BudgetLimitType |
BudgetLimitType.fromValue(String v) |
BudgetLimitType |
Campaign.getBudgetType()
Gets the value of the budgetType property.
|
BudgetLimitType |
Budget.getBudgetType()
Gets the value of the budgetType property.
|
static BudgetLimitType |
BudgetLimitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetLimitType[] |
BudgetLimitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<BudgetLimitType> |
ObjectFactory.createBudgetLimitType(BudgetLimitType value)
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<BudgetLimitType> |
ObjectFactory.createBudgetLimitType(BudgetLimitType value)
|
void |
Campaign.setBudgetType(BudgetLimitType value)
Sets the value of the budgetType property.
|
void |
Budget.setBudgetType(BudgetLimitType value)
Sets the value of the budgetType property.
|
Copyright © 2024. All rights reserved.