public interface PricingService
Modifier and Type | Method and Description |
---|---|
Currency |
findCurrency(com.google.common.base.Predicate<Currency> filter)
Get the first currencies that matches the given filter or
null if none is found. |
Iterable<Currency> |
listCurrencies()
Get the list of currencies.
|
Iterable<Currency> |
listCurrencies(com.google.common.base.Predicate<Currency> filter)
Get the list of currencies matching the given filter.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.