public static enum ListBudgetsRequest.TargetType extends Enum<ListBudgetsRequest.TargetType> implements BmcEnum
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”
Enum Constant and Description |
---|
All |
Compartment |
Tag |
Modifier and Type | Method and Description |
---|---|
static ListBudgetsRequest.TargetType |
create(String key) |
String |
getValue() |
static ListBudgetsRequest.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBudgetsRequest.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBudgetsRequest.TargetType All
public static final ListBudgetsRequest.TargetType Compartment
public static final ListBudgetsRequest.TargetType Tag
public static ListBudgetsRequest.TargetType[] values()
for (ListBudgetsRequest.TargetType c : ListBudgetsRequest.TargetType.values()) System.out.println(c);
public static ListBudgetsRequest.TargetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListBudgetsRequest.TargetType create(String key)
Copyright © 2016–2024. All rights reserved.