Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.SupplierDunning
Packages that use SupplierDunning
Package
Description
-
Uses of SupplierDunning 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 SupplierDunningModifier and TypeFieldDescriptionstatic final SupplierCompanyLink<SupplierDunning>SupplierCompany.TO_SUPPLIER_DUNNINGUse with available fluent helpers to apply the to_SupplierDunning navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return SupplierDunningModifier and TypeMethodDescriptionSupplierDunning.SupplierDunningBuilder.build()protected SupplierDunningSupplierDunningCreateFluentHelper.getEntity()protected SupplierDunningSupplierDunningDeleteFluentHelper.getEntity()protected SupplierDunningSupplierDunningUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type SupplierDunningModifier and TypeMethodDescriptionSupplierCompany.fetchSupplierDunning()Fetches the SupplierDunning entities (one to many) associated with this entity.protected Class<SupplierDunning>SupplierDunningByKeyFluentHelper.getEntityClass()protected Class<SupplierDunning>SupplierDunningFluentHelper.getEntityClass()io.vavr.control.Option<List<SupplierDunning>>SupplierCompany.getSupplierDunningIfPresent()Retrieval of associated SupplierDunning entities (one to many).SupplierCompany.getSupplierDunningOrFetch()Retrieval of associated SupplierDunning entities (one to many).SupplierDunning.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierDunningModifier and TypeMethodDescriptionvoidSupplierCompany.addSupplierDunning(SupplierDunning... entity) Adds elements to the list of associated SupplierDunning entities.SupplierCompany.SupplierCompanyBuilder.supplierDunning(SupplierDunning... value) Navigation property to_SupplierDunning for SupplierCompany to multiple SupplierDunning.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type SupplierDunningModifier and TypeMethodDescriptionvoidSupplierCompany.setSupplierDunning(List<SupplierDunning> value) Overwrites the list of associated SupplierDunning entities for the loaded navigation property to_SupplierDunning.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierDunningModifierConstructorDescriptionSupplierDunningCreateFluentHelper(String servicePath, SupplierDunning entity, String entityCollection) Creates a fluent helper object that will create aSupplierDunningentity on the OData endpoint.SupplierDunningDeleteFluentHelper(String servicePath, SupplierDunning entity, String entityCollection) Creates a fluent helper object that will delete aSupplierDunningentity on the OData endpoint.SupplierDunningUpdateFluentHelper(String servicePath, SupplierDunning entity, String entityCollection) Creates a fluent helper object that will update aSupplierDunningentity on the OData endpoint. -
Uses of SupplierDunning 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 SupplierDunningModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createSupplierDunning(SupplierDunning supplierDunning) Create a newSupplierDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createSupplierDunning(SupplierDunning supplierDunning) BusinessPartnerServiceBatchChangeSet.deleteSupplierDunning(SupplierDunning supplierDunning) Deletes an existingSupplierDunningentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteSupplierDunning(SupplierDunning supplierDunning) BusinessPartnerServiceBatchChangeSet.updateSupplierDunning(SupplierDunning supplierDunning) Update an existingSupplierDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateSupplierDunning(SupplierDunning supplierDunning) -
Uses of SupplierDunning 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 SupplierDunningModifier and TypeMethodDescriptionSupplierDunningOneToOneLink.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 SupplierDunningModifier and TypeMethodDescriptionprotected SupplierDunningLink<ObjectT>SupplierDunningLink.translateLinkType(EntityLink<SupplierDunningLink<ObjectT>, SupplierDunning, ObjectT> link) -
Uses of SupplierDunning in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierDunningModifier and TypeMethodDescriptionBusinessPartnerService.createSupplierDunning(SupplierDunning supplierDunning) Deprecated.Create a newSupplierDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createSupplierDunning(SupplierDunning supplierDunning) Deprecated.BusinessPartnerService.deleteSupplierDunning(SupplierDunning supplierDunning) Deprecated.Deletes an existingSupplierDunningentity in the S/4HANA system.DefaultBusinessPartnerService.deleteSupplierDunning(SupplierDunning supplierDunning) Deprecated.BusinessPartnerService.updateSupplierDunning(SupplierDunning supplierDunning) Deprecated.Update an existingSupplierDunningentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateSupplierDunning(SupplierDunning supplierDunning) Deprecated.