Uses of Class
com.oracle.bmc.budget.model.ProcessingPeriodType
-
Packages that use ProcessingPeriodType Package Description com.oracle.bmc.budget.model -
-
Uses of ProcessingPeriodType in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return ProcessingPeriodType Modifier and Type Method Description static ProcessingPeriodType
ProcessingPeriodType. create(String key)
ProcessingPeriodType
Budget. getProcessingPeriodType()
The budget processing period type.ProcessingPeriodType
BudgetSummary. getProcessingPeriodType()
The type of the budget processing period.ProcessingPeriodType
CreateBudgetDetails. getProcessingPeriodType()
The type of the budget processing period.ProcessingPeriodType
UpdateBudgetDetails. getProcessingPeriodType()
The type of the budget processing period.static ProcessingPeriodType
ProcessingPeriodType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessingPeriodType[]
ProcessingPeriodType. 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 ProcessingPeriodType Modifier and Type Method Description Budget.Builder
Budget.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)
The budget processing period type.BudgetSummary.Builder
BudgetSummary.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.CreateBudgetDetails.Builder
CreateBudgetDetails.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.UpdateBudgetDetails.Builder
UpdateBudgetDetails.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.Constructors in com.oracle.bmc.budget.model with parameters of type ProcessingPeriodType 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.
-