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 ProcessingPeriodTypeProcessingPeriodType. create(String key)ProcessingPeriodTypeBudget. getProcessingPeriodType()The budget processing period type.ProcessingPeriodTypeBudgetSummary. getProcessingPeriodType()The type of the budget processing period.ProcessingPeriodTypeCreateBudgetDetails. getProcessingPeriodType()The type of the budget processing period.ProcessingPeriodTypeUpdateBudgetDetails. getProcessingPeriodType()The type of the budget processing period.static ProcessingPeriodTypeProcessingPeriodType. 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.BuilderBudget.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)The budget processing period type.BudgetSummary.BuilderBudgetSummary.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)The type of the budget processing period.CreateBudgetDetails.BuilderCreateBudgetDetails.Builder. processingPeriodType(ProcessingPeriodType processingPeriodType)The type of the budget processing period.UpdateBudgetDetails.BuilderUpdateBudgetDetails.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.
-