org.jclouds.softlayer.domain
Class ProductItemPrice.Builder
java.lang.Object
org.jclouds.softlayer.domain.ProductItemPrice.Builder
- Enclosing class:
- ProductItemPrice
public static class ProductItemPrice.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductItemPrice.Builder
public ProductItemPrice.Builder()
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-2011 jclouds. All Rights Reserved.