org.jclouds.softlayer.domain
Class ProductItemPrice.Builder

java.lang.Object
  extended by org.jclouds.softlayer.domain.ProductItemPrice.Builder
Enclosing class:
ProductItemPrice

public static class ProductItemPrice.Builder
extends Object


Constructor Summary
ProductItemPrice.Builder()
           
 
Method Summary
 ProductItemPrice build()
           
 ProductItemPrice.Builder categories(Iterable<ProductItemCategory> categories)
           
 ProductItemPrice.Builder category(ProductItemCategory categories)
           
static ProductItemPrice.Builder fromPrice(ProductItemPrice in)
           
 ProductItemPrice.Builder hourlyRecurringFee(Float hourlyRecurringFee)
           
 ProductItemPrice.Builder id(int id)
           
 ProductItemPrice.Builder item(ProductItem item)
           
 ProductItemPrice.Builder itemId(long itemId)
           
 ProductItemPrice.Builder recurringFee(Float recurringFee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductItemPrice.Builder

public ProductItemPrice.Builder()
Method Detail

id

public ProductItemPrice.Builder id(int id)

itemId

public ProductItemPrice.Builder itemId(long itemId)

recurringFee

public ProductItemPrice.Builder recurringFee(Float recurringFee)

hourlyRecurringFee

public ProductItemPrice.Builder hourlyRecurringFee(Float hourlyRecurringFee)

item

public ProductItemPrice.Builder item(ProductItem item)

category

public ProductItemPrice.Builder category(ProductItemCategory categories)

categories

public ProductItemPrice.Builder categories(Iterable<ProductItemCategory> categories)

build

public ProductItemPrice build()

fromPrice

public static ProductItemPrice.Builder fromPrice(ProductItemPrice in)


Copyright © 2009-2012 jclouds. All Rights Reserved.