Enum InvoicelineComputedUsageSummary.Type
- java.lang.Object
-
- java.lang.Enum<InvoicelineComputedUsageSummary.Type>
-
- com.oracle.bmc.onesubscription.model.InvoicelineComputedUsageSummary.Type
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<InvoicelineComputedUsageSummary.Type>
- Enclosing class:
- InvoicelineComputedUsageSummary
public static enum InvoicelineComputedUsageSummary.Type extends Enum<InvoicelineComputedUsageSummary.Type> implements BmcEnum
Usage compute type in SPM.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Commit
DelayedUsageCommitmentExp
DelayedUsageInvoiceTiming
DoNotBill
MonthlyMinimum
OnAccountCredit
Overage
PayAsYouGo
Promotion
ServiceCredit
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Usage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvoicelineComputedUsageSummary.Type
create(String key)
String
getValue()
static InvoicelineComputedUsageSummary.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static InvoicelineComputedUsageSummary.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Promotion
public static final InvoicelineComputedUsageSummary.Type Promotion
-
DoNotBill
public static final InvoicelineComputedUsageSummary.Type DoNotBill
-
Usage
public static final InvoicelineComputedUsageSummary.Type Usage
-
Commit
public static final InvoicelineComputedUsageSummary.Type Commit
-
Overage
public static final InvoicelineComputedUsageSummary.Type Overage
-
PayAsYouGo
public static final InvoicelineComputedUsageSummary.Type PayAsYouGo
-
MonthlyMinimum
public static final InvoicelineComputedUsageSummary.Type MonthlyMinimum
-
DelayedUsageInvoiceTiming
public static final InvoicelineComputedUsageSummary.Type DelayedUsageInvoiceTiming
-
DelayedUsageCommitmentExp
public static final InvoicelineComputedUsageSummary.Type DelayedUsageCommitmentExp
-
OnAccountCredit
public static final InvoicelineComputedUsageSummary.Type OnAccountCredit
-
ServiceCredit
public static final InvoicelineComputedUsageSummary.Type ServiceCredit
-
UnknownEnumValue
public static final InvoicelineComputedUsageSummary.Type UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static InvoicelineComputedUsageSummary.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InvoicelineComputedUsageSummary.Type c : InvoicelineComputedUsageSummary.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InvoicelineComputedUsageSummary.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static InvoicelineComputedUsageSummary.Type create(String key)
-
-