Modifier and Type | Method and Description |
---|---|
Currency |
Currency.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static Currency.Builder |
Currency.Builder.fromCurrency(Currency in) |
Modifier and Type | Method and Description |
---|---|
Currency |
PricingService.findCurrency(com.google.common.base.Predicate<Currency> filter)
Get the first currencies that matches the given filter or
null if none is found. |
Modifier and Type | Method and Description |
---|---|
Iterable<Currency> |
PricingService.listCurrencies()
Get the list of currencies.
|
Iterable<Currency> |
PricingService.listCurrencies(com.google.common.base.Predicate<Currency> filter)
Get the list of currencies matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
Currency |
PricingService.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> |
PricingService.listCurrencies(com.google.common.base.Predicate<Currency> filter)
Get the list of currencies matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
Currency |
BasePricingService.findCurrency(com.google.common.base.Predicate<Currency> filter) |
Modifier and Type | Method and Description |
---|---|
Iterable<Currency> |
BasePricingService.listCurrencies()
Currency **********************
|
Iterable<Currency> |
BasePricingService.listCurrencies(com.google.common.base.Predicate<Currency> filter) |
Modifier and Type | Method and Description |
---|---|
Currency |
BasePricingService.findCurrency(com.google.common.base.Predicate<Currency> filter) |
Iterable<Currency> |
BasePricingService.listCurrencies(com.google.common.base.Predicate<Currency> filter) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Currency> |
CurrencyPredicates.name(String... names) |
Modifier and Type | Method and Description |
---|---|
Iterable<Currency> |
ListCurrenciesImpl.execute() |
Iterable<Currency> |
ListCurrenciesImpl.execute(com.google.common.base.Predicate<Currency> selector) |
Modifier and Type | Method and Description |
---|---|
Iterable<Currency> |
ListCurrenciesImpl.execute(com.google.common.base.Predicate<Currency> selector) |
Copyright © 2009-2013 jclouds. All Rights Reserved.