Uses of Class
org.killbill.billing.catalog.api.ProductCategory
-
Packages that use ProductCategory Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules org.killbill.billing.entitlement.api -
-
Uses of ProductCategory in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return ProductCategory Modifier and Type Method Description ProductCategoryProduct. getCategory()ProductCategorySimplePlanDescriptor. getProductCategory()static ProductCategoryProductCategory. 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. -
Uses of ProductCategory in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules that return ProductCategory Modifier and Type Method Description ProductCategoryCaseChange. getFromProductCategory()ProductCategoryCase. getProductCategory()ProductCategoryCaseChange. getToProductCategory() -
Uses of ProductCategory in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return ProductCategory Modifier and Type Method Description ProductCategoryEntitlement. getLastActiveProductCategory()
-