Uses of Class
com.oracle.bmc.licensemanager.model.ProductCategory
-
Packages that use ProductCategory Package Description com.oracle.bmc.licensemanager.model -
-
Uses of ProductCategory in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ProductCategory Modifier and Type Method Description static ProductCategory
ProductCategory. create(String key)
ProductCategory
Product. getCategory()
Product category base or option.static ProductCategory
ProductCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProductCategory[]
ProductCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.licensemanager.model with parameters of type ProductCategory Modifier and Type Method Description Product.Builder
Product.Builder. category(ProductCategory category)
Product category base or option.Constructors in com.oracle.bmc.licensemanager.model with parameters of type ProductCategory Constructor Description Product(String name, Double count, ProductCategory category)
Deprecated.
-