Class SAP__CurrencyByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<SAP__CurrencyByKeyFluentHelper,SAP__Currency,SAP__CurrencySelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcepersonskilltag.SAP__CurrencyByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class SAP__CurrencyByKeyFluentHelper
extends FluentHelperByKey<SAP__CurrencyByKeyFluentHelper,SAP__Currency,SAP__CurrencySelectable>
Fluent helper to fetch a single
SAP__Currency
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
ConstructorsConstructorDescriptionSAP__CurrencyByKeyFluentHelper(String servicePath, String entityCollection, String currencyCode) Creates a fluent helper object that will fetch a singleSAP__Currencyentity 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
-
SAP__CurrencyByKeyFluentHelper
public SAP__CurrencyByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String currencyCode) Creates a fluent helper object that will fetch a singleSAP__Currencyentity 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 singleSAP__CurrencyservicePath- Service path to be used to fetch a singleSAP__CurrencycurrencyCode- CurrencyConstraints: Not nullable, Maximum length: 5
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<SAP__CurrencyByKeyFluentHelper,SAP__Currency, SAP__Currency>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<SAP__CurrencyByKeyFluentHelper,SAP__Currency, SAP__CurrencySelectable>
-