Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerTaxGrouping
Packages that use CustomerTaxGrouping
Package
Description
-
Uses of CustomerTaxGrouping in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type CustomerTaxGroupingModifier and TypeFieldDescriptionstatic final CustomerLink<CustomerTaxGrouping>Customer.TO_CUSTOMER_TAX_GROUPINGUse with available fluent helpers to apply the to_CustomerTaxGrouping navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerTaxGroupingModifier and TypeMethodDescriptionCustomerTaxGrouping.CustomerTaxGroupingBuilder.build()protected CustomerTaxGroupingCustomerTaxGroupingDeleteFluentHelper.getEntity()protected CustomerTaxGroupingCustomerTaxGroupingUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerTaxGroupingModifier and TypeMethodDescriptionCustomer.fetchCustomerTaxGrouping()Fetches the CustomerTaxGrouping entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerTaxGrouping>>Customer.getCustomerTaxGroupingIfPresent()Retrieval of associated CustomerTaxGrouping entities (one to many).Customer.getCustomerTaxGroupingOrFetch()Retrieval of associated CustomerTaxGrouping entities (one to many).protected Class<CustomerTaxGrouping>CustomerTaxGroupingByKeyFluentHelper.getEntityClass()protected Class<CustomerTaxGrouping>CustomerTaxGroupingFluentHelper.getEntityClass()CustomerTaxGrouping.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerTaxGroupingModifier and TypeMethodDescriptionvoidCustomer.addCustomerTaxGrouping(CustomerTaxGrouping... entity) Adds elements to the list of associated CustomerTaxGrouping entities.Customer.CustomerBuilder.customerTaxGrouping(CustomerTaxGrouping... value) Navigation property to_CustomerTaxGrouping for Customer to multiple CustomerTaxGrouping.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerTaxGroupingModifier and TypeMethodDescriptionvoidCustomer.setCustomerTaxGrouping(List<CustomerTaxGrouping> value) Overwrites the list of associated CustomerTaxGrouping entities for the loaded navigation property to_CustomerTaxGrouping.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerTaxGroupingModifierConstructorDescriptionCustomerTaxGroupingDeleteFluentHelper(String servicePath, CustomerTaxGrouping entity, String entityCollection) Creates a fluent helper object that will delete aCustomerTaxGroupingentity on the OData endpoint.CustomerTaxGroupingUpdateFluentHelper(String servicePath, CustomerTaxGrouping entity, String entityCollection) Creates a fluent helper object that will update aCustomerTaxGroupingentity on the OData endpoint. -
Uses of CustomerTaxGrouping in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type CustomerTaxGroupingModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.deleteCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Deletes an existingCustomerTaxGroupingentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) BusinessPartnerServiceBatchChangeSet.updateCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Update an existingCustomerTaxGroupingentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) -
Uses of CustomerTaxGrouping in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type CustomerTaxGroupingModifier and TypeMethodDescriptionCustomerTaxGroupingOneToOneLink.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.businesspartner.link with type arguments of type CustomerTaxGroupingModifier and TypeMethodDescriptionprotected CustomerTaxGroupingLink<ObjectT>CustomerTaxGroupingLink.translateLinkType(EntityLink<CustomerTaxGroupingLink<ObjectT>, CustomerTaxGrouping, ObjectT> link) -
Uses of CustomerTaxGrouping in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerTaxGroupingModifier and TypeMethodDescriptionBusinessPartnerService.deleteCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Deprecated.Deletes an existingCustomerTaxGroupingentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Deprecated.BusinessPartnerService.updateCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Deprecated.Update an existingCustomerTaxGroupingentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerTaxGrouping(CustomerTaxGrouping customerTaxGrouping) Deprecated.