Class GlobalCurrencyByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<GlobalCurrencyByKeyFluentHelper,GlobalCurrency,GlobalCurrencySelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.GlobalCurrencyByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class GlobalCurrencyByKeyFluentHelper
extends FluentHelperByKey<GlobalCurrencyByKeyFluentHelper,GlobalCurrency,GlobalCurrencySelectable>
Fluent helper to fetch a single
GlobalCurrency entity using
key fields. This fluent helper allows methods which modify the underlying query to be called before executing the
query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionGlobalCurrencyByKeyFluentHelper(String servicePath, String entityCollection, String globalCurrency_ID) Creates a fluent helper object that will fetch a singleGlobalCurrencyentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
GlobalCurrencyByKeyFluentHelper
public GlobalCurrencyByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String globalCurrency_ID) Creates a fluent helper object that will fetch a singleGlobalCurrencyentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
entityCollection- Entity Collection to be used to fetch a singleGlobalCurrencyglobalCurrency_ID- Global CurrencyConstraints: Not nullable, Maximum length: 5
servicePath- Service path to be used to fetch a singleGlobalCurrency
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<GlobalCurrencyByKeyFluentHelper,GlobalCurrency, GlobalCurrency>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<GlobalCurrencyByKeyFluentHelper,GlobalCurrency, GlobalCurrencySelectable>
-