Uses of Class
org.jclouds.softlayer.domain.ProductOrder.Builder

Packages that use ProductOrder.Builder
org.jclouds.softlayer.domain   
 

Uses of ProductOrder.Builder in org.jclouds.softlayer.domain
 

Methods in org.jclouds.softlayer.domain that return ProductOrder.Builder
static ProductOrder.Builder ProductOrder.builder()
           
static ProductOrder.Builder ProductOrder.Builder.fromProductOrder(ProductOrder in)
           
 ProductOrder.Builder ProductOrder.Builder.location(String location)
           
 ProductOrder.Builder ProductOrder.Builder.packageId(int packageId)
           
 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.
 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.
 ProductOrder.Builder ProductOrder.Builder.quantity(int quantity)
           
 ProductOrder.Builder ProductOrder.toBuilder()
           
 ProductOrder.Builder ProductOrder.Builder.useHourlyPricing(Boolean useHourlyPricing)
           
 ProductOrder.Builder ProductOrder.Builder.virtualGuest(VirtualGuest virtualGuest)
          Adds a virtualGuest to the order
 ProductOrder.Builder ProductOrder.Builder.virtualGuests(Iterable<VirtualGuest> virtualGuests)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.