Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerWithHoldingTax
Packages that use CustomerWithHoldingTax
Package
Description
-
Uses of CustomerWithHoldingTax 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 CustomerWithHoldingTaxModifier and TypeFieldDescriptionstatic final CustomerCompanyLink<CustomerWithHoldingTax>CustomerCompany.TO_WITH_HOLDING_TAXUse with available fluent helpers to apply the to_WithHoldingTax navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerWithHoldingTaxModifier and TypeMethodDescriptionCustomerWithHoldingTax.CustomerWithHoldingTaxBuilder.build()protected CustomerWithHoldingTaxCustomerWithHoldingTaxCreateFluentHelper.getEntity()protected CustomerWithHoldingTaxCustomerWithHoldingTaxDeleteFluentHelper.getEntity()protected CustomerWithHoldingTaxCustomerWithHoldingTaxUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerWithHoldingTaxModifier and TypeMethodDescriptionCustomerCompany.fetchWithHoldingTax()Fetches the CustomerWithHoldingTax entities (one to many) associated with this entity.protected Class<CustomerWithHoldingTax>CustomerWithHoldingTaxByKeyFluentHelper.getEntityClass()protected Class<CustomerWithHoldingTax>CustomerWithHoldingTaxFluentHelper.getEntityClass()CustomerWithHoldingTax.getType()io.vavr.control.Option<List<CustomerWithHoldingTax>>CustomerCompany.getWithHoldingTaxIfPresent()Retrieval of associated CustomerWithHoldingTax entities (one to many).CustomerCompany.getWithHoldingTaxOrFetch()Retrieval of associated CustomerWithHoldingTax entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerWithHoldingTaxModifier and TypeMethodDescriptionvoidCustomerCompany.addWithHoldingTax(CustomerWithHoldingTax... entity) Adds elements to the list of associated CustomerWithHoldingTax entities.CustomerCompany.CustomerCompanyBuilder.withHoldingTax(CustomerWithHoldingTax... value) Navigation property to_WithHoldingTax for CustomerCompany to multiple CustomerWithHoldingTax.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerWithHoldingTaxModifier and TypeMethodDescriptionvoidCustomerCompany.setWithHoldingTax(List<CustomerWithHoldingTax> value) Overwrites the list of associated CustomerWithHoldingTax entities for the loaded navigation property to_WithHoldingTax.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerWithHoldingTaxModifierConstructorDescriptionCustomerWithHoldingTaxCreateFluentHelper(String servicePath, CustomerWithHoldingTax entity, String entityCollection) Creates a fluent helper object that will create aCustomerWithHoldingTaxentity on the OData endpoint.CustomerWithHoldingTaxDeleteFluentHelper(String servicePath, CustomerWithHoldingTax entity, String entityCollection) Creates a fluent helper object that will delete aCustomerWithHoldingTaxentity on the OData endpoint.CustomerWithHoldingTaxUpdateFluentHelper(String servicePath, CustomerWithHoldingTax entity, String entityCollection) Creates a fluent helper object that will update aCustomerWithHoldingTaxentity on the OData endpoint. -
Uses of CustomerWithHoldingTax 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 CustomerWithHoldingTaxModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Create a newCustomerWithHoldingTaxentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) BusinessPartnerServiceBatchChangeSet.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deletes an existingCustomerWithHoldingTaxentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) BusinessPartnerServiceBatchChangeSet.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Update an existingCustomerWithHoldingTaxentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) -
Uses of CustomerWithHoldingTax 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 CustomerWithHoldingTaxModifier and TypeMethodDescriptionCustomerWithHoldingTaxOneToOneLink.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 CustomerWithHoldingTaxModifier and TypeMethodDescriptionprotected CustomerWithHoldingTaxLink<ObjectT>CustomerWithHoldingTaxLink.translateLinkType(EntityLink<CustomerWithHoldingTaxLink<ObjectT>, CustomerWithHoldingTax, ObjectT> link) -
Uses of CustomerWithHoldingTax in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerWithHoldingTaxModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.Create a newCustomerWithHoldingTaxentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.BusinessPartnerService.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.Deletes an existingCustomerWithHoldingTaxentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.BusinessPartnerService.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.Update an existingCustomerWithHoldingTaxentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax) Deprecated.