public interface PricingApi
http://community.abiquo.com/display/ABI20/API+Reference
,
PricingAsyncApi
Modifier and Type | Method and Description |
---|---|
com.abiquo.server.core.pricing.CurrencyDto |
createCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
Create a new currency
|
void |
deleteCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
Deletes an existing currency
|
com.abiquo.server.core.pricing.CurrencyDto |
getCurrency(Integer currencyId)
Get the given currency
|
com.abiquo.server.core.pricing.CurrenciesDto |
listCurrencies()
List all currencies
|
com.abiquo.server.core.pricing.CurrencyDto |
updateCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
Updates an existing currency
|
com.abiquo.server.core.pricing.CurrenciesDto listCurrencies()
com.abiquo.server.core.pricing.CurrencyDto getCurrency(Integer currencyId)
currencyId
- The id of the currencycom.abiquo.server.core.pricing.CurrencyDto createCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
currency
- The currency to be created.com.abiquo.server.core.pricing.CurrencyDto updateCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
currency
- The new attributes for the currencyvoid deleteCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
currency
- The currency to deleteCopyright © 2009-2013 jclouds. All Rights Reserved.