Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerSalesArea
Packages that use CustomerSalesArea
Package
Description
-
Uses of CustomerSalesArea 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 CustomerSalesAreaModifier and TypeFieldDescriptionstatic final CustomerLink<CustomerSalesArea>Customer.TO_CUSTOMER_SALES_AREAUse with available fluent helpers to apply the to_CustomerSalesArea navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerSalesAreaModifier and TypeMethodDescriptionCustomerSalesArea.CustomerSalesAreaBuilder.build()protected CustomerSalesAreaCustomerSalesAreaCreateFluentHelper.getEntity()protected CustomerSalesAreaCustomerSalesAreaUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerSalesAreaModifier and TypeMethodDescriptionCustomer.fetchCustomerSalesArea()Fetches the CustomerSalesArea entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerSalesArea>>Customer.getCustomerSalesAreaIfPresent()Retrieval of associated CustomerSalesArea entities (one to many).Customer.getCustomerSalesAreaOrFetch()Retrieval of associated CustomerSalesArea entities (one to many).protected Class<CustomerSalesArea>CustomerSalesAreaByKeyFluentHelper.getEntityClass()protected Class<CustomerSalesArea>CustomerSalesAreaFluentHelper.getEntityClass()CustomerSalesArea.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerSalesAreaModifier and TypeMethodDescriptionvoidCustomer.addCustomerSalesArea(CustomerSalesArea... entity) Adds elements to the list of associated CustomerSalesArea entities.Customer.CustomerBuilder.customerSalesArea(CustomerSalesArea... value) Navigation property to_CustomerSalesArea for Customer to multiple CustomerSalesArea.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerSalesAreaModifier and TypeMethodDescriptionvoidCustomer.setCustomerSalesArea(List<CustomerSalesArea> value) Overwrites the list of associated CustomerSalesArea entities for the loaded navigation property to_CustomerSalesArea.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerSalesAreaModifierConstructorDescriptionCustomerSalesAreaCreateFluentHelper(String servicePath, CustomerSalesArea entity, String entityCollection) Creates a fluent helper object that will create aCustomerSalesAreaentity on the OData endpoint.CustomerSalesAreaUpdateFluentHelper(String servicePath, CustomerSalesArea entity, String entityCollection) Creates a fluent helper object that will update aCustomerSalesAreaentity on the OData endpoint. -
Uses of CustomerSalesArea 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 CustomerSalesAreaModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerSalesArea(CustomerSalesArea customerSalesArea) Create a newCustomerSalesAreaentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerSalesArea(CustomerSalesArea customerSalesArea) BusinessPartnerServiceBatchChangeSet.updateCustomerSalesArea(CustomerSalesArea customerSalesArea) Update an existingCustomerSalesAreaentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerSalesArea(CustomerSalesArea customerSalesArea) -
Uses of CustomerSalesArea 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 CustomerSalesAreaModifier and TypeMethodDescriptionCustomerSalesAreaOneToOneLink.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 CustomerSalesAreaModifier and TypeMethodDescriptionprotected CustomerSalesAreaLink<ObjectT>CustomerSalesAreaLink.translateLinkType(EntityLink<CustomerSalesAreaLink<ObjectT>, CustomerSalesArea, ObjectT> link) -
Uses of CustomerSalesArea in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerSalesAreaModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerSalesArea(CustomerSalesArea customerSalesArea) Deprecated.Create a newCustomerSalesAreaentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerSalesArea(CustomerSalesArea customerSalesArea) Deprecated.BusinessPartnerService.updateCustomerSalesArea(CustomerSalesArea customerSalesArea) Deprecated.Update an existingCustomerSalesAreaentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerSalesArea(CustomerSalesArea customerSalesArea) Deprecated.