Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerCompany
Packages that use CustomerCompany
Package
Description
-
Uses of CustomerCompany 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 CustomerCompanyModifier and TypeFieldDescriptionstatic final CustomerLink<CustomerCompany>Customer.TO_CUSTOMER_COMPANYUse with available fluent helpers to apply the to_CustomerCompany navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerCompanyModifier and TypeMethodDescriptionCustomerCompany.CustomerCompanyBuilder.build()protected CustomerCompanyCustomerCompanyCreateFluentHelper.getEntity()protected CustomerCompanyCustomerCompanyUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerCompanyModifier and TypeMethodDescriptionCustomer.fetchCustomerCompany()Fetches the CustomerCompany entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerCompany>>Customer.getCustomerCompanyIfPresent()Retrieval of associated CustomerCompany entities (one to many).Customer.getCustomerCompanyOrFetch()Retrieval of associated CustomerCompany entities (one to many).protected Class<CustomerCompany>CustomerCompanyByKeyFluentHelper.getEntityClass()protected Class<CustomerCompany>CustomerCompanyFluentHelper.getEntityClass()CustomerCompany.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerCompanyModifier and TypeMethodDescriptionvoidCustomer.addCustomerCompany(CustomerCompany... entity) Adds elements to the list of associated CustomerCompany entities.Customer.CustomerBuilder.customerCompany(CustomerCompany... value) Navigation property to_CustomerCompany for Customer to multiple CustomerCompany.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerCompanyModifier and TypeMethodDescriptionvoidCustomer.setCustomerCompany(List<CustomerCompany> value) Overwrites the list of associated CustomerCompany entities for the loaded navigation property to_CustomerCompany.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerCompanyModifierConstructorDescriptionCustomerCompanyCreateFluentHelper(String servicePath, CustomerCompany entity, String entityCollection) Creates a fluent helper object that will create aCustomerCompanyentity on the OData endpoint.CustomerCompanyUpdateFluentHelper(String servicePath, CustomerCompany entity, String entityCollection) Creates a fluent helper object that will update aCustomerCompanyentity on the OData endpoint. -
Uses of CustomerCompany 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 CustomerCompanyModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerCompany(CustomerCompany customerCompany) Create a newCustomerCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerCompany(CustomerCompany customerCompany) BusinessPartnerServiceBatchChangeSet.updateCustomerCompany(CustomerCompany customerCompany) Update an existingCustomerCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerCompany(CustomerCompany customerCompany) -
Uses of CustomerCompany 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 CustomerCompanyModifier and TypeMethodDescriptionCustomerCompanyOneToOneLink.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 CustomerCompanyModifier and TypeMethodDescriptionprotected CustomerCompanyLink<ObjectT>CustomerCompanyLink.translateLinkType(EntityLink<CustomerCompanyLink<ObjectT>, CustomerCompany, ObjectT> link) -
Uses of CustomerCompany in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerCompanyModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerCompany(CustomerCompany customerCompany) Deprecated.Create a newCustomerCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerCompany(CustomerCompany customerCompany) Deprecated.BusinessPartnerService.updateCustomerCompany(CustomerCompany customerCompany) Deprecated.Update an existingCustomerCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerCompany(CustomerCompany customerCompany) Deprecated.