Uses of Class
com.oracle.bmc.budget.model.TargetType
-
Packages that use TargetType Package Description com.oracle.bmc.budget.model -
-
Uses of TargetType in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return TargetType Modifier and Type Method Description static TargetTypeTargetType. create(String key)TargetTypeBudget. getTargetType()The type of target on which the budget is applied.TargetTypeBudgetSummary. getTargetType()The type of target on which the budget is applied.TargetTypeCreateBudgetDetails. getTargetType()The type of target on which the budget is applied.static TargetTypeTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetType[]TargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.budget.model with parameters of type TargetType Modifier and Type Method Description Budget.BuilderBudget.Builder. targetType(TargetType targetType)The type of target on which the budget is applied.BudgetSummary.BuilderBudgetSummary.Builder. targetType(TargetType targetType)The type of target on which the budget is applied.CreateBudgetDetails.BuilderCreateBudgetDetails.Builder. targetType(TargetType targetType)The type of target on which the budget is applied.Constructors in com.oracle.bmc.budget.model with parameters of type TargetType Constructor Description Budget(String id, String compartmentId, String targetCompartmentId, String displayName, String description, BigDecimal amount, ResetPeriod resetPeriod, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, TargetType targetType, List<String> targets, LifecycleState lifecycleState, Integer alertRuleCount, Integer version, BigDecimal actualSpend, BigDecimal forecastedSpend, Date timeSpendComputed, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.BudgetSummary(String id, String compartmentId, String targetCompartmentId, String displayName, String description, BigDecimal amount, ResetPeriod resetPeriod, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, TargetType targetType, List<String> targets, LifecycleState lifecycleState, Integer alertRuleCount, Integer version, BigDecimal actualSpend, BigDecimal forecastedSpend, Date timeSpendComputed, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateBudgetDetails(String compartmentId, String targetCompartmentId, String displayName, String description, BigDecimal amount, ResetPeriod resetPeriod, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, TargetType targetType, List<String> targets, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-