Uses of Class
com.oracle.bmc.onesubscription.model.ComputedUsage.Type
-
Packages that use ComputedUsage.Type Package Description com.oracle.bmc.onesubscription.model -
-
Uses of ComputedUsage.Type in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return ComputedUsage.Type Modifier and Type Method Description static ComputedUsage.TypeComputedUsage.Type. create(String key)ComputedUsage.TypeComputedUsage. getType()Usage compute type in SPM.static ComputedUsage.TypeComputedUsage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputedUsage.Type[]ComputedUsage.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 ComputedUsage.Type Modifier and Type Method Description ComputedUsage.BuilderComputedUsage.Builder. type(ComputedUsage.Type type)Usage compute type in SPM.Constructors in com.oracle.bmc.onesubscription.model with parameters of type ComputedUsage.Type Constructor Description ComputedUsage(Date timeCreated, Date timeUpdated, String parentSubscribedServiceId, ComputedUsageProduct parentProduct, String planNumber, String currencyCode, String rateCardTierdId, String rateCardId, String computeSource, String dataCenter, String mqsMessageId, String id, String quantity, String usageNumber, String originalUsageNumber, String commitmentServiceId, Boolean isInvoiced, ComputedUsage.Type type, Date timeOfArrival, Date timeMeteredOn, String netUnitPrice, String costRounded, String cost, ComputedUsageProduct product, String unitOfMeasure)Deprecated.
-