Uses of Class
com.oracle.bmc.budget.requests.ListBudgetsRequest.TargetType
-
Packages that use ListBudgetsRequest.TargetType Package Description com.oracle.bmc.budget.requests -
-
Uses of ListBudgetsRequest.TargetType in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return ListBudgetsRequest.TargetType Modifier and Type Method Description static ListBudgetsRequest.TargetTypeListBudgetsRequest.TargetType. create(String key)ListBudgetsRequest.TargetTypeListBudgetsRequest. 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.TargetTypeListBudgetsRequest.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.Methods in com.oracle.bmc.budget.requests with parameters of type ListBudgetsRequest.TargetType Modifier and Type Method Description ListBudgetsRequest.BuilderListBudgetsRequest.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”
-