|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.softlayer.compute.functions.ProductItems
public class ProductItems
Constructor Summary | |
---|---|
ProductItems()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProductItems()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |