Uses of Class
com.oracle.bmc.osubusage.model.ComputedUsageSummary.Type
-
Packages that use ComputedUsageSummary.Type Package Description com.oracle.bmc.osubusage.model -
-
Uses of ComputedUsageSummary.Type in com.oracle.bmc.osubusage.model
Methods in com.oracle.bmc.osubusage.model that return ComputedUsageSummary.Type Modifier and Type Method Description static ComputedUsageSummary.TypeComputedUsageSummary.Type. create(String key)ComputedUsageSummary.TypeComputedUsageSummary. getType()Usage compute type in SPM.static ComputedUsageSummary.TypeComputedUsageSummary.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputedUsageSummary.Type[]ComputedUsageSummary.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osubusage.model with parameters of type ComputedUsageSummary.Type Modifier and Type Method Description ComputedUsageSummary.BuilderComputedUsageSummary.Builder. type(ComputedUsageSummary.Type type)Usage compute type in SPM.Constructors in com.oracle.bmc.osubusage.model with parameters of type ComputedUsageSummary.Type Constructor Description ComputedUsageSummary(Date timeCreated, Date timeUpdated, String parentSubscribedServiceId, Product parentProduct, String planNumber, String currencyCode, String rateCardTierdId, String rateCardId, String computeSource, String dataCenter, String mqsMessageId, String computedUsageId, String quantity, String usageNumber, String originalUsageNumber, String commitmentServiceId, Boolean isInvoiced, ComputedUsageSummary.Type type, Date timeOfArrival, Date timeMeteredOn, String netUnitPrice, String costRounded, String cost, Product product, String unitOfMeasure)Deprecated.
-