Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SAP__Currency
Packages that use SAP__Currency
Package
Description
-
Uses of SAP__Currency in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return SAP__CurrencyModifier and TypeMethodDescriptionSAP__Currency.SAP__CurrencyBuilder.build()protected SAP__CurrencySAP__CurrencyCreateFluentHelper.getEntity()protected SAP__CurrencySAP__CurrencyDeleteFluentHelper.getEntity()protected SAP__CurrencySAP__CurrencyUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type SAP__CurrencyModifier and TypeMethodDescriptionprotected Class<SAP__Currency>SAP__CurrencyByKeyFluentHelper.getEntityClass()protected Class<SAP__Currency>SAP__CurrencyFluentHelper.getEntityClass()SAP__Currency.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type SAP__CurrencyModifierConstructorDescriptionSAP__CurrencyCreateFluentHelper(String servicePath, SAP__Currency entity, String entityCollection) Creates a fluent helper object that will create aSAP__Currencyentity on the OData endpoint.SAP__CurrencyDeleteFluentHelper(String servicePath, SAP__Currency entity, String entityCollection) Creates a fluent helper object that will delete aSAP__Currencyentity on the OData endpoint.SAP__CurrencyUpdateFluentHelper(String servicePath, SAP__Currency entity, String entityCollection) Creates a fluent helper object that will update aSAP__Currencyentity on the OData endpoint. -
Uses of SAP__Currency in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.batch with parameters of type SAP__CurrencyModifier and TypeMethodDescriptionDefaultTrialBalanceServiceBatchChangeSet.createSAP__Currency(SAP__Currency sAP__Currency) TrialBalanceServiceBatchChangeSet.createSAP__Currency(SAP__Currency sAP__Currency) Create a newSAP__Currencyentity and save it to the S/4HANA system.DefaultTrialBalanceServiceBatchChangeSet.deleteSAP__Currency(SAP__Currency sAP__Currency) TrialBalanceServiceBatchChangeSet.deleteSAP__Currency(SAP__Currency sAP__Currency) Deletes an existingSAP__Currencyentity in the S/4HANA system.DefaultTrialBalanceServiceBatchChangeSet.updateSAP__Currency(SAP__Currency sAP__Currency) TrialBalanceServiceBatchChangeSet.updateSAP__Currency(SAP__Currency sAP__Currency) Update an existingSAP__Currencyentity and save it to the S/4HANA system. -
Uses of SAP__Currency in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link that return types with arguments of type SAP__CurrencyModifier and TypeMethodDescriptionSAP__CurrencyOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link with type arguments of type SAP__CurrencyModifier and TypeMethodDescriptionprotected SAP__CurrencyLink<ObjectT>SAP__CurrencyLink.translateLinkType(EntityLink<SAP__CurrencyLink<ObjectT>, SAP__Currency, ObjectT> link) -
Uses of SAP__Currency in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SAP__CurrencyModifier and TypeMethodDescriptionDefaultTrialBalanceService.createSAP__Currency(SAP__Currency sAP__Currency) Deprecated.TrialBalanceService.createSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Create a newSAP__Currencyentity and save it to the S/4HANA system.DefaultTrialBalanceService.deleteSAP__Currency(SAP__Currency sAP__Currency) Deprecated.TrialBalanceService.deleteSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Deletes an existingSAP__Currencyentity in the S/4HANA system.DefaultTrialBalanceService.updateSAP__Currency(SAP__Currency sAP__Currency) Deprecated.TrialBalanceService.updateSAP__Currency(SAP__Currency sAP__Currency) Deprecated.Update an existingSAP__Currencyentity and save it to the S/4HANA system.