Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductSalesDelivery
Packages that use ProductSalesDelivery
Package
Description
-
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type parameters of type ProductSalesDeliveryModifier and TypeFieldDescriptionstatic final ClfnProductLink<ProductSalesDelivery>ClfnProduct.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.productmasterdataincludingclassification that return ProductSalesDeliveryMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionClfnProduct.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>>ClfnProduct.getSalesDeliveryIfPresent()Retrieval of associated ProductSalesDelivery entities (one to many).ClfnProduct.getSalesDeliveryOrFetch()Retrieval of associated ProductSalesDelivery entities (one to many).ProductSalesDelivery.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductSalesDeliveryModifier and TypeMethodDescriptionvoidClfnProduct.addSalesDelivery(ProductSalesDelivery... entity) Adds elements to the list of associated ProductSalesDelivery entities.ClfnProduct.ClfnProductBuilder.salesDelivery(ProductSalesDelivery... value) Navigation property to_SalesDelivery for ClfnProduct to multiple ProductSalesDelivery.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionvoidClfnProduct.setSalesDelivery(List<ProductSalesDelivery> value) Overwrites the list of associated ProductSalesDelivery entities for the loaded navigation property to_SalesDelivery. -
Uses of ProductSalesDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.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.productmasterdataincludingclassification.link with type arguments of type ProductSalesDeliveryModifier and TypeMethodDescriptionprotected ProductSalesDeliveryLink<ObjectT>ProductSalesDeliveryLink.translateLinkType(EntityLink<ProductSalesDeliveryLink<ObjectT>, ProductSalesDelivery, ObjectT> link)