Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerDunning
Packages that use CustomerDunning
Package
Description
-
Uses of CustomerDunning 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 CustomerDunningModifier and TypeFieldDescriptionstatic final CustomerCompanyLink<CustomerDunning>CustomerCompany.TO_CUSTOMER_DUNNINGUse with available fluent helpers to apply the to_CustomerDunning navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerDunningModifier and TypeMethodDescriptionCustomerDunning.CustomerDunningBuilder.build()protected CustomerDunningCustomerDunningCreateFluentHelper.getEntity()protected CustomerDunningCustomerDunningDeleteFluentHelper.getEntity()protected CustomerDunningCustomerDunningUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerDunningModifier and TypeMethodDescriptionCustomerCompany.fetchCustomerDunning()Fetches the CustomerDunning entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerDunning>>CustomerCompany.getCustomerDunningIfPresent()Retrieval of associated CustomerDunning entities (one to many).CustomerCompany.getCustomerDunningOrFetch()Retrieval of associated CustomerDunning entities (one to many).protected Class<CustomerDunning>CustomerDunningByKeyFluentHelper.getEntityClass()protected Class<CustomerDunning>CustomerDunningFluentHelper.getEntityClass()CustomerDunning.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerDunningModifier and TypeMethodDescriptionvoidCustomerCompany.addCustomerDunning(CustomerDunning... entity) Adds elements to the list of associated CustomerDunning entities.CustomerCompany.CustomerCompanyBuilder.customerDunning(CustomerDunning... value) Navigation property to_CustomerDunning for CustomerCompany to multiple CustomerDunning.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerDunningModifier and TypeMethodDescriptionvoidCustomerCompany.setCustomerDunning(List<CustomerDunning> value) Overwrites the list of associated CustomerDunning entities for the loaded navigation property to_CustomerDunning.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerDunningModifierConstructorDescriptionCustomerDunningCreateFluentHelper(String servicePath, CustomerDunning entity, String entityCollection) Creates a fluent helper object that will create aCustomerDunningentity on the OData endpoint.CustomerDunningDeleteFluentHelper(String servicePath, CustomerDunning entity, String entityCollection) Creates a fluent helper object that will delete aCustomerDunningentity on the OData endpoint.CustomerDunningUpdateFluentHelper(String servicePath, CustomerDunning entity, String entityCollection) Creates a fluent helper object that will update aCustomerDunningentity on the OData endpoint. -
Uses of CustomerDunning 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 CustomerDunningModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerDunning(CustomerDunning customerDunning) Create a newCustomerDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerDunning(CustomerDunning customerDunning) BusinessPartnerServiceBatchChangeSet.deleteCustomerDunning(CustomerDunning customerDunning) Deletes an existingCustomerDunningentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerDunning(CustomerDunning customerDunning) BusinessPartnerServiceBatchChangeSet.updateCustomerDunning(CustomerDunning customerDunning) Update an existingCustomerDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerDunning(CustomerDunning customerDunning) -
Uses of CustomerDunning 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 CustomerDunningModifier and TypeMethodDescriptionCustomerDunningOneToOneLink.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 CustomerDunningModifier and TypeMethodDescriptionprotected CustomerDunningLink<ObjectT>CustomerDunningLink.translateLinkType(EntityLink<CustomerDunningLink<ObjectT>, CustomerDunning, ObjectT> link) -
Uses of CustomerDunning in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerDunningModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning) Deprecated.Create a newCustomerDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerDunning(CustomerDunning customerDunning) Deprecated.BusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning) Deprecated.Deletes an existingCustomerDunningentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerDunning(CustomerDunning customerDunning) Deprecated.BusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning) Deprecated.Update an existingCustomerDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerDunning(CustomerDunning customerDunning) Deprecated.