Uses of Class
com.oracle.bmc.budget.model.ResetPeriod
-
Packages that use ResetPeriod Package Description com.oracle.bmc.budget.model -
-
Uses of ResetPeriod in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return ResetPeriod Modifier and Type Method Description static ResetPeriod
ResetPeriod. create(String key)
ResetPeriod
Budget. getResetPeriod()
The reset period for the budget.ResetPeriod
BudgetSummary. getResetPeriod()
The reset period for the budget.ResetPeriod
CreateBudgetDetails. getResetPeriod()
The reset period for the budget.ResetPeriod
UpdateBudgetDetails. getResetPeriod()
The reset period for the budget.static ResetPeriod
ResetPeriod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResetPeriod[]
ResetPeriod. 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 ResetPeriod Modifier and Type Method Description Budget.Builder
Budget.Builder. resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.BudgetSummary.Builder
BudgetSummary.Builder. resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.CreateBudgetDetails.Builder
CreateBudgetDetails.Builder. resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.UpdateBudgetDetails.Builder
UpdateBudgetDetails.Builder. resetPeriod(ResetPeriod resetPeriod)
The reset period for the budget.Constructors in com.oracle.bmc.budget.model with parameters of type ResetPeriod 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.UpdateBudgetDetails(String displayName, String description, BigDecimal amount, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, ResetPeriod resetPeriod, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-