Package | Description |
---|---|
com.oracle.bmc.budget.requests |
Modifier and Type | Method and Description |
---|---|
static ListBudgetsRequest.TargetType |
ListBudgetsRequest.TargetType.create(String key) |
ListBudgetsRequest.TargetType |
ListBudgetsRequest.getTargetType()
The type of target to filter by: * ALL - List all budgets * COMPARTMENT - List all budgets
with targetType == “COMPARTMENT” * TAG - List all budgets with targetType == “TAG”
|
static ListBudgetsRequest.TargetType |
ListBudgetsRequest.TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBudgetsRequest.TargetType[] |
ListBudgetsRequest.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListBudgetsRequest.Builder |
ListBudgetsRequest.Builder.targetType(ListBudgetsRequest.TargetType targetType)
The type of target to filter by: * ALL - List all budgets * COMPARTMENT - List all
budgets with targetType == “COMPARTMENT” * TAG - List all budgets with targetType ==
“TAG”
|
Copyright © 2016–2024. All rights reserved.