Uses of Class
com.oracle.bmc.onesubscription.model.InvoicelineComputedUsageSummary.Type
-
Packages that use InvoicelineComputedUsageSummary.Type Package Description com.oracle.bmc.onesubscription.model -
-
Uses of InvoicelineComputedUsageSummary.Type in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoicelineComputedUsageSummary.Type Modifier and Type Method Description static InvoicelineComputedUsageSummary.Type
InvoicelineComputedUsageSummary.Type. create(String key)
InvoicelineComputedUsageSummary.Type
InvoicelineComputedUsageSummary. getType()
Usage compute type in SPM.static InvoicelineComputedUsageSummary.Type
InvoicelineComputedUsageSummary.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static InvoicelineComputedUsageSummary.Type[]
InvoicelineComputedUsageSummary.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoicelineComputedUsageSummary.Type Modifier and Type Method Description InvoicelineComputedUsageSummary.Builder
InvoicelineComputedUsageSummary.Builder. type(InvoicelineComputedUsageSummary.Type type)
Usage compute type in SPM.Constructors in com.oracle.bmc.onesubscription.model with parameters of type InvoicelineComputedUsageSummary.Type Constructor Description InvoicelineComputedUsageSummary(InvoicingProduct parentProduct, InvoicingProduct product, Double quantity, Double netUnitPrice, Date timeMeteredOn, InvoicelineComputedUsageSummary.Type type, Double cost, Double costRounded)
Deprecated.
-