Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.ProductSalesDelivery
Packages that use ProductSalesDelivery
Package
Description
-
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type parameters of type ProductSalesDeliveryModifier and TypeFieldDescriptionstatic final ProductLink<ProductSalesDelivery>Product.TO_SALES_DELIVERYUse with available fluent helpers to apply the to_SalesDelivery navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return ProductSalesDeliveryModifier and TypeMethodDescriptionProductSalesDelivery.ProductSalesDeliveryBuilder.build()protected ProductSalesDeliveryProductSalesDeliveryCreateFluentHelper.getEntity()protected ProductSalesDeliveryProductSalesDeliveryUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return types with arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionProduct.fetchSalesDelivery()Fetches the ProductSalesDelivery entities (one to many) associated with this entity.protected Class<ProductSalesDelivery>ProductSalesDeliveryByKeyFluentHelper.getEntityClass()protected Class<ProductSalesDelivery>ProductSalesDeliveryFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductSalesDelivery>>Product.getSalesDeliveryIfPresent()Retrieval of associated ProductSalesDelivery entities (one to many).Product.getSalesDeliveryOrFetch()Retrieval of associated ProductSalesDelivery entities (one to many).ProductSalesDelivery.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with parameters of type ProductSalesDeliveryModifier and TypeMethodDescriptionvoidProduct.addSalesDelivery(ProductSalesDelivery... entity) Adds elements to the list of associated ProductSalesDelivery entities.Product.ProductBuilder.salesDelivery(ProductSalesDelivery... value) Navigation property to_SalesDelivery for Product to multiple ProductSalesDelivery.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionvoidProduct.setSalesDelivery(List<ProductSalesDelivery> value) Overwrites the list of associated ProductSalesDelivery entities for the loaded navigation property to_SalesDelivery.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with parameters of type ProductSalesDeliveryModifierConstructorDescriptionProductSalesDeliveryCreateFluentHelper(String servicePath, ProductSalesDelivery entity, String entityCollection) Creates a fluent helper object that will create aProductSalesDeliveryentity on the OData endpoint.ProductSalesDeliveryUpdateFluentHelper(String servicePath, ProductSalesDelivery entity, String entityCollection) Creates a fluent helper object that will update aProductSalesDeliveryentity on the OData endpoint. -
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch with parameters of type ProductSalesDeliveryModifier and TypeMethodDescriptionDefaultRawSubstanceServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) RawSubstanceServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Create a newProductSalesDeliveryentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) RawSubstanceServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Update an existingProductSalesDeliveryentity and save it to the S/4HANA system. -
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.link that return types with arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionProductSalesDeliveryOneToOneLink.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.rawsubstance.link with type arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionprotected ProductSalesDeliveryLink<ObjectT>ProductSalesDeliveryLink.translateLinkType(EntityLink<ProductSalesDeliveryLink<ObjectT>, ProductSalesDelivery, ObjectT> link) -
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductSalesDeliveryModifier and TypeMethodDescriptionDefaultRawSubstanceService.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.RawSubstanceService.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.Create a newProductSalesDeliveryentity and save it to the S/4HANA system.DefaultRawSubstanceService.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.RawSubstanceService.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Deprecated.Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.