public class ProductItems extends Object
| Constructor and Description | 
|---|
ProductItems()  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Function<ProductItem,Float> | 
capacity()
Creates a function to get the capacity from a product item. 
 | 
static com.google.common.base.Function<ProductItem,String> | 
description()
Creates a function to get the description from a product item. 
 | 
static com.google.common.base.Function<ProductItemPrice,ProductItem> | 
item()
Creates a function to get the ProductItem for the ProductItemPrice. 
 | 
static com.google.common.base.Function<ProductItem,ProductItemPrice> | 
price()
Creates a function to get the ProductItemPrice for the ProductItem. 
 | 
public static com.google.common.base.Function<ProductItem,Float> capacity()
public static com.google.common.base.Function<ProductItem,String> description()
public static com.google.common.base.Function<ProductItem,ProductItemPrice> price()
public static com.google.common.base.Function<ProductItemPrice,ProductItem> item()
Copyright © 2009-2013 jclouds. All Rights Reserved.