Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.SupplierInvoice
Packages that use SupplierInvoice
Package
Description
-
Uses of SupplierInvoice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration that return SupplierInvoiceModifier and TypeMethodDescriptionSupplierInvoice.SupplierInvoiceBuilder.build()protected SupplierInvoiceSupplierInvoiceCreateFluentHelper.getEntity()protected SupplierInvoiceSupplierInvoiceDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration that return types with arguments of type SupplierInvoiceModifier and TypeMethodDescriptionprotected Class<SupplierInvoice>SupplierInvoiceByKeyFluentHelper.getEntityClass()protected Class<SupplierInvoice>SupplierInvoiceFluentHelper.getEntityClass()SupplierInvoice.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration with parameters of type SupplierInvoiceModifierConstructorDescriptionSupplierInvoiceCreateFluentHelper(String servicePath, SupplierInvoice entity, String entityCollection) Creates a fluent helper object that will create aSupplierInvoiceentity on the OData endpoint.SupplierInvoiceDeleteFluentHelper(String servicePath, SupplierInvoice entity, String entityCollection) Creates a fluent helper object that will delete aSupplierInvoiceentity on the OData endpoint. -
Uses of SupplierInvoice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.batch with parameters of type SupplierInvoiceModifier and TypeMethodDescriptionDefaultSupplierInvoiceIntegrationServiceBatchChangeSet.createSupplierInvoice(SupplierInvoice supplierInvoice) SupplierInvoiceIntegrationServiceBatchChangeSet.createSupplierInvoice(SupplierInvoice supplierInvoice) Create a newSupplierInvoiceentity and save it to the S/4HANA system.DefaultSupplierInvoiceIntegrationServiceBatchChangeSet.deleteSupplierInvoice(SupplierInvoice supplierInvoice) SupplierInvoiceIntegrationServiceBatchChangeSet.deleteSupplierInvoice(SupplierInvoice supplierInvoice) Deletes an existingSupplierInvoiceentity in the S/4HANA system. -
Uses of SupplierInvoice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.link that return types with arguments of type SupplierInvoiceModifier and TypeMethodDescriptionSupplierInvoiceOneToOneLink.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.supplierinvoiceintegration.link with type arguments of type SupplierInvoiceModifier and TypeMethodDescriptionprotected SupplierInvoiceLink<ObjectT>SupplierInvoiceLink.translateLinkType(EntityLink<SupplierInvoiceLink<ObjectT>, SupplierInvoice, ObjectT> link) -
Uses of SupplierInvoice in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierInvoiceModifier and TypeMethodDescriptionDefaultSupplierInvoiceIntegrationService.createSupplierInvoice(SupplierInvoice supplierInvoice) Deprecated.SupplierInvoiceIntegrationService.createSupplierInvoice(SupplierInvoice supplierInvoice) Deprecated.Create a newSupplierInvoiceentity and save it to the S/4HANA system.DefaultSupplierInvoiceIntegrationService.deleteSupplierInvoice(SupplierInvoice supplierInvoice) Deprecated.SupplierInvoiceIntegrationService.deleteSupplierInvoice(SupplierInvoice supplierInvoice) Deprecated.Deletes an existingSupplierInvoiceentity in the S/4HANA system.