Package | Description |
---|---|
com.sap.cloud.sdk.services.currencyconversion.core |
This package provides the conversion APIs for fixed and non-fixed rates.
|
com.sap.cloud.sdk.services.currencyconversion.datamodel.model |
This package provides models that you can use to send information to the Currency Conversion library.
|
Modifier and Type | Method and Description |
---|---|
SingleNonFixedRateConversionResult |
CurrencyConverter.convertCurrencyWithNonFixedRate(ConversionParametersForNonFixedRate param,
DataAdapter dataAdapter)
Provides conversion capabilities for one conversion in one call by picking the best possible exchange rate that
is applicable.
|
SingleNonFixedRateConversionResult |
CurrencyConverter.convertCurrencyWithNonFixedRate(ConversionParametersForNonFixedRate param,
DataAdapter dataAdapter,
OverrideTenantSetting overrideSetting)
Provides conversion capabilities for one conversion in one call by picking the best possible exchange rate that
is applicable.
|
Modifier and Type | Method and Description |
---|---|
SingleNonFixedRateConversionResult |
SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<ConversionParametersForNonFixedRate,io.vavr.control.Try<SingleNonFixedRateConversionResult>>> |
BulkNonFixedRateConversionResult.entrySet()
Returns all values for the conversion operation with the input provided for conversion as
ConversionParametersForNonFixedRate . |
io.vavr.control.Try<SingleNonFixedRateConversionResult> |
BulkNonFixedRateConversionResult.get(ConversionParametersForNonFixedRate conversionParametersForNonFixedRate)
Returns the
Try of the SingleNonFixedRateConversionResult for a given
ConversionParametersForNonFixedRate . |
Collection<io.vavr.control.Try<SingleNonFixedRateConversionResult>> |
BulkNonFixedRateConversionResult.values()
Returns all values for the conversion operation.
|
Modifier and Type | Method and Description |
---|---|
BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder |
BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder.addSuccessResultEntry(ConversionParametersForNonFixedRate conversionParametersForNonFixedRate,
SingleNonFixedRateConversionResult singleNonFixedRateConversionResult)
Adds the
Try of SingleNonFixedRateConversionResult as a success entry to the conversion
result set map with the given ConversionParametersForNonFixedRate . |
Copyright © 2021 SAP SE. All rights reserved.