Uses of Class
org.jclouds.softlayer.domain.ProductItem
-
Packages that use ProductItem Package Description org.jclouds.softlayer.domain -
-
Uses of ProductItem in org.jclouds.softlayer.domain
Methods in org.jclouds.softlayer.domain that return ProductItem Modifier and Type Method Description ProductItem
ProductItem.Builder. build()
ProductItem
ProductItemPrice. getItem()
Methods in org.jclouds.softlayer.domain with parameters of type ProductItem Modifier and Type Method Description ProductItem.Builder
ProductItem.Builder. fromProductItem(ProductItem in)
ProductItemPrice.Builder
ProductItemPrice.Builder. item(ProductItem item)
Constructors in org.jclouds.softlayer.domain with parameters of type ProductItem Constructor Description ProductItemPrice(int id, float hourlyRecurringFee, String recurringFee, ProductItem item)
-