public static enum InvoicelineComputedUsageSummary.Type extends Enum<InvoicelineComputedUsageSummary.Type> implements BmcEnum
Usage compute type in SPM.
Enum Constant and 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 |
Modifier and Type | Method and 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.
|
public static final InvoicelineComputedUsageSummary.Type Promotion
public static final InvoicelineComputedUsageSummary.Type DoNotBill
public static final InvoicelineComputedUsageSummary.Type Usage
public static final InvoicelineComputedUsageSummary.Type Commit
public static final InvoicelineComputedUsageSummary.Type Overage
public static final InvoicelineComputedUsageSummary.Type PayAsYouGo
public static final InvoicelineComputedUsageSummary.Type MonthlyMinimum
public static final InvoicelineComputedUsageSummary.Type DelayedUsageInvoiceTiming
public static final InvoicelineComputedUsageSummary.Type DelayedUsageCommitmentExp
public static final InvoicelineComputedUsageSummary.Type OnAccountCredit
public static final InvoicelineComputedUsageSummary.Type ServiceCredit
public static final InvoicelineComputedUsageSummary.Type UnknownEnumValue
public static InvoicelineComputedUsageSummary.Type[] values()
for (InvoicelineComputedUsageSummary.Type c : InvoicelineComputedUsageSummary.Type.values()) System.out.println(c);
public static InvoicelineComputedUsageSummary.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static InvoicelineComputedUsageSummary.Type create(String key)
Copyright © 2016–2024. All rights reserved.