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

Packages that use ProductItemPrice
org.jclouds.softlayer.compute.config   
org.jclouds.softlayer.compute.functions   
org.jclouds.softlayer.compute.strategy   
org.jclouds.softlayer.domain   
 

Uses of ProductItemPrice in org.jclouds.softlayer.compute.config
 

Methods in org.jclouds.softlayer.compute.config that return types with arguments of type ProductItemPrice
 Iterable<ProductItemPrice> SoftLayerComputeServiceContextModule.prices(String prices)
           
 

Uses of ProductItemPrice in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions that return types with arguments of type ProductItemPrice
static com.google.common.base.Function<ProductItemPrice,ProductItem> ProductItems.item()
          Creates a function to get the ProductItem for the ProductItemPrice.
static com.google.common.base.Function<ProductItem,ProductItemPrice> ProductItems.price()
          Creates a function to get the ProductItemPrice for the ProductItem.
 

Uses of ProductItemPrice in org.jclouds.softlayer.compute.strategy
 

Constructor parameters in org.jclouds.softlayer.compute.strategy with type arguments of type ProductItemPrice
SoftLayerComputeServiceAdapter(SoftLayerClient client, SoftLayerComputeServiceAdapter.VirtualGuestHasLoginDetailsPresent virtualGuestHasLoginDetailsPresent, com.google.common.base.Supplier<ProductPackage> productPackageSupplier, Iterable<ProductItemPrice> prices, String cpuRegex, String disk0Type, float portSpeed, long guestLoginDelay)
           
 

Uses of ProductItemPrice in org.jclouds.softlayer.domain
 

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

Methods in org.jclouds.softlayer.domain that return types with arguments of type ProductItemPrice
 Set<ProductItemPrice> ProductOrder.getPrices()
          Gets the item prices in this order.
 Set<ProductItemPrice> ProductItem.getPrices()
           
 

Methods in org.jclouds.softlayer.domain with parameters of type ProductItemPrice
 int ProductItemPrice.compareTo(ProductItemPrice arg0)
           
static ProductItemPrice.Builder ProductItemPrice.Builder.fromPrice(ProductItemPrice in)
           
 ProductOrder.Builder ProductOrder.Builder.price(ProductItemPrice prices)
          Adds a price to the order All that is required to send in is the price ID of each item desired to be ordered.
 ProductItem.Builder ProductItem.Builder.price(ProductItemPrice prices)
           
 

Method parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemPrice
 ProductOrder.Builder ProductOrder.Builder.prices(Iterable<ProductItemPrice> prices)
          Adds multiple prices to the order, overwriting any existing ones All that is required to send in is the price ID of each item desired to be ordered.
 ProductItem.Builder ProductItem.Builder.prices(Iterable<ProductItemPrice> prices)
           
 

Constructor parameters in org.jclouds.softlayer.domain with type arguments of type ProductItemPrice
ProductItem(int id, String description, String units, Float capacity, Iterable<ProductItemPrice> prices, Iterable<ProductItemCategory> categories)
           
ProductOrder(int packageId, String location, Iterable<ProductItemPrice> prices, Iterable<VirtualGuest> virtualGuest, int quantity, boolean useHourlyPricing)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.