Class DefaultGoldenTaxInterfaceCustomerTypeService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultGoldenTaxInterfaceCustomerTypeService
- All Implemented Interfaces:
BatchService<GoldenTaxInterfaceCustomerTypeServiceBatch>,GoldenTaxInterfaceCustomerTypeService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultGoldenTaxInterfaceCustomerTypeService")
@Deprecated
public class DefaultGoldenTaxInterfaceCustomerTypeService
extends Object
implements GoldenTaxInterfaceCustomerTypeService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service contains the customer type information for GTI. It is used to update the customer type so that the corresponding invoice types can be issued for customers. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_GTI_UPDATE_CUSTOMER_TYPE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Customer Type Integration(SAP_COM_0730) |
| Scope Items: | Accounts Receivable(J59) |
| Authentication Methods: | x509 |
| Business Object: | China VAT Invoice |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.GoldenTaxInterfaceCustomerTypeService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingGoldenTaxInterfaceCustomerTypeService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleGTICustomerentities.getGTICustomerByKey(String customer) Deprecated.Fetch a singleGTICustomerentity using key fields.updateGTICustomerType(String customer, String customerType) Deprecated.Creates a fluent helper for the UpdateGTICustomerType OData function import.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultGoldenTaxInterfaceCustomerTypeService
public DefaultGoldenTaxInterfaceCustomerTypeService()Deprecated.Creates a service usingGoldenTaxInterfaceCustomerTypeService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultGoldenTaxInterfaceCustomerTypeService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:GoldenTaxInterfaceCustomerTypeServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceGoldenTaxInterfaceCustomerTypeService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<GoldenTaxInterfaceCustomerTypeServiceBatch>
-
getAllGTICustomer
Deprecated.Description copied from interface:GoldenTaxInterfaceCustomerTypeServiceFetch multipleGTICustomerentities.- Specified by:
getAllGTICustomerin interfaceGoldenTaxInterfaceCustomerTypeService- Returns:
- A fluent helper to fetch multiple
GTICustomerentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGTICustomerByKey
Deprecated.Description copied from interface:GoldenTaxInterfaceCustomerTypeServiceFetch a singleGTICustomerentity using key fields.- Specified by:
getGTICustomerByKeyin interfaceGoldenTaxInterfaceCustomerTypeService- Parameters:
customer- CustomerConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
GTICustomerentity 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 theexecutemethod on the fluent helper object.
-
updateGTICustomerType
@Nonnull public UpdateGTICustomerFluentHelper updateGTICustomerType(@Nonnull String customer, @Nonnull String customerType) Deprecated.Description copied from interface:GoldenTaxInterfaceCustomerTypeServiceCreates a fluent helper for the UpdateGTICustomerType OData function import.
- Specified by:
updateGTICustomerTypein interfaceGoldenTaxInterfaceCustomerTypeService- Parameters:
customer- Constraints: Not nullable, Maximum length: 10Original parameter name from the Odata EDM: Customer
customerType- Constraints: Not nullable, Maximum length: 1Original parameter name from the Odata EDM: CustomerType
- Returns:
- A fluent helper object that will execute the UpdateGTICustomerType OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-