@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultTradingPartnerService") public class DefaultTradingPartnerService extends Object implements TradingPartnerService
The service enables you to retrieve trading partner master data. It contains a header and nodes with business information. You can read trading partners and their texts..
Reference: SAP API Business Hub
OData Service: | OP_API_PARTNERCOMPANY_SRV |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultTradingPartnerService()
Creates a service using
TradingPartnerService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultTradingPartnerServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
PartnerCompanyFluentHelper |
getAllPartnerCompany()
Fetch multiple
PartnerCompany entities. |
PartnerCompanyByKeyFluentHelper |
getPartnerCompanyByKey(String partnerCompany)
Fetch a single
PartnerCompany entity using key fields. |
DefaultTradingPartnerService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultTradingPartnerService()
TradingPartnerService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultTradingPartnerService withServicePath(@Nonnull String servicePath)
TradingPartnerService
withServicePath
in interface TradingPartnerService
servicePath
- Service path that will override the default.@Nonnull public DefaultTradingPartnerServiceBatch batch()
batch
in interface BatchService<TradingPartnerServiceBatch>
@Nonnull public PartnerCompanyFluentHelper getAllPartnerCompany()
TradingPartnerService
PartnerCompany
entities.getAllPartnerCompany
in interface TradingPartnerService
PartnerCompany
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 PartnerCompanyByKeyFluentHelper getPartnerCompanyByKey(String partnerCompany)
TradingPartnerService
PartnerCompany
entity using key fields.getPartnerCompanyByKey
in interface TradingPartnerService
partnerCompany
- Company
Constraints: Not nullable, Maximum length: 6
PartnerCompany
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 © 2021 SAP SE. All rights reserved.