Package | Description |
---|---|
com.oracle.bmc.budget.model |
Modifier and Type | Method and Description |
---|---|
static ProcessingPeriodType |
ProcessingPeriodType.create(String key) |
ProcessingPeriodType |
CreateBudgetDetails.getProcessingPeriodType()
The type of the budget processing period.
|
ProcessingPeriodType |
Budget.getProcessingPeriodType()
The budget processing period type.
|
ProcessingPeriodType |
BudgetSummary.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.
|
Modifier and Type | Method and Description |
---|---|
CreateBudgetDetails.Builder |
CreateBudgetDetails.Builder.processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.
|
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.
|
UpdateBudgetDetails.Builder |
UpdateBudgetDetails.Builder.processingPeriodType(ProcessingPeriodType processingPeriodType)
The type of the budget processing period.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.