public interface PricingAsyncApi
http://community.abiquo.com/display/ABI20/API+Reference
,
PricingAsyncApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
createCurrency(com.abiquo.server.core.pricing.CurrencyDto currency) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteCurrency(com.abiquo.server.core.pricing.CurrencyDto currency) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
getCurrency(Integer currencyId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrenciesDto> |
listCurrencies() |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> |
updateCurrency(com.abiquo.server.core.pricing.CurrencyDto currency) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrenciesDto> listCurrencies()
ConfigApi#listCurrencies()
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> getCurrency(Integer currencyId)
ConfigApi#getCurrency(Integer)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> createCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
ConfigApi#createCurrency(CurrencyDto)
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.pricing.CurrencyDto> updateCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
ConfigApi#updateCurrency(CurrencyDto)
com.google.common.util.concurrent.ListenableFuture<Void> deleteCurrency(com.abiquo.server.core.pricing.CurrencyDto currency)
ConfigApi#deleteCurrency(CurrencyDto)
Copyright © 2009-2013 jclouds. All Rights Reserved.