Uses of Class
org.jclouds.softlayer.domain.ProductItemCategory

Packages that use ProductItemCategory
org.jclouds.softlayer.domain   
 

Uses of ProductItemCategory in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return ProductItemCategory
 ProductItemCategory ProductItemCategory.Builder.build()
           
 

Methods in org.jclouds.softlayer.domain that return types with arguments of type ProductItemCategory
 Set<ProductItemCategory> ProductItem.getCategories()
           
 Set<ProductItemCategory> ProductItemPrice.getCategories()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type ProductItemCategory
 ProductItem.Builder ProductItem.Builder.category(ProductItemCategory categories)
           
 ProductItemPrice.Builder ProductItemPrice.Builder.category(ProductItemCategory categories)
           
 int ProductItemCategory.compareTo(ProductItemCategory arg0)
           
static ProductItemCategory.Builder ProductItemCategory.Builder.fromProductItemCategory(ProductItemCategory in)
           
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemCategory
 ProductItem.Builder ProductItem.Builder.categories(Iterable<ProductItemCategory> categories)
           
 ProductItemPrice.Builder ProductItemPrice.Builder.categories(Iterable<ProductItemCategory> categories)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemCategory
ProductItem(int id, String description, String units, Float capacity, Iterable<ProductItemPrice> prices, Iterable<ProductItemCategory> categories)
           
ProductItemPrice(int id, long itemId, Float recurringFee, Float hourlyRecurringFee, ProductItem item, Iterable<ProductItemCategory> categories)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.