@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDebitOrCreditIndicatorService") public class DefaultDebitOrCreditIndicatorService extends Object implements DebitOrCreditIndicatorService
This service enables you to display the debit/credit indicator to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_CONTROLLINGDEBITCREDITCODE_SRV |
API Version: | 1 |
Communication Scenario: | SAP Analytics Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | Integration between SAP S/4HANA Cloud and SAP Analytics Cloud (1YB) |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultDebitOrCreditIndicatorService()
Creates a service using
DebitOrCreditIndicatorService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
ControllingDebitCreditCodeFluentHelper |
getAllControllingDebitCreditCode()
Fetch multiple
ControllingDebitCreditCode entities. |
ControllingDebitCreditCodeTFluentHelper |
getAllControllingDebitCreditCodeT()
Fetch multiple
ControllingDebitCreditCodeT entities. |
ControllingDebitCreditCodeByKeyFluentHelper |
getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
Fetch a single
ControllingDebitCreditCode entity using key fields. |
ControllingDebitCreditCodeTByKeyFluentHelper |
getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode,
String language)
Fetch a single
ControllingDebitCreditCodeT entity using key fields. |
DefaultDebitOrCreditIndicatorService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultDebitOrCreditIndicatorService()
DebitOrCreditIndicatorService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultDebitOrCreditIndicatorService withServicePath(@Nonnull String servicePath)
DebitOrCreditIndicatorService
withServicePath
in interface DebitOrCreditIndicatorService
servicePath
- Service path that will override the default.@Nonnull public ControllingDebitCreditCodeFluentHelper getAllControllingDebitCreditCode()
DebitOrCreditIndicatorService
ControllingDebitCreditCode
entities.getAllControllingDebitCreditCode
in interface DebitOrCreditIndicatorService
ControllingDebitCreditCode
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ControllingDebitCreditCodeByKeyFluentHelper getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
DebitOrCreditIndicatorService
ControllingDebitCreditCode
entity using key fields.getControllingDebitCreditCodeByKey
in interface DebitOrCreditIndicatorService
ControllingDebitCreditCode
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ControllingDebitCreditCodeTFluentHelper getAllControllingDebitCreditCodeT()
DebitOrCreditIndicatorService
ControllingDebitCreditCodeT
entities.getAllControllingDebitCreditCodeT
in interface DebitOrCreditIndicatorService
ControllingDebitCreditCodeT
entities. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ControllingDebitCreditCodeTByKeyFluentHelper getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode, String language)
DebitOrCreditIndicatorService
ControllingDebitCreditCodeT
entity using key fields.getControllingDebitCreditCodeTByKey
in interface DebitOrCreditIndicatorService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
ControllingDebitCreditCodeT
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.