Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionOrderItem
Packages that use ProductionOrderItem
Package
Description
-
Uses of ProductionOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type parameters of type ProductionOrderItemModifier and TypeFieldDescriptionstatic final ProductionOrderLink<ProductionOrderItem>ProductionOrder.TO_PRODUCTION_ORDER_ITEMUse with available fluent helpers to apply the to_ProductionOrderItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderItemMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionOrderItemModifier and TypeMethodDescriptionProductionOrder.fetchProductionOrderItem()Fetches the ProductionOrderItem entities (one to many) associated with this entity.protected Class<ProductionOrderItem>ProductionOrderItemByKeyFluentHelper.getEntityClass()protected Class<ProductionOrderItem>ProductionOrderItemFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionOrderItem>>ProductionOrder.getProductionOrderItemIfPresent()Retrieval of associated ProductionOrderItem entities (one to many).ProductionOrder.getProductionOrderItemOrFetch()Retrieval of associated ProductionOrderItem entities (one to many).ProductionOrderItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionOrderItemModifier and TypeMethodDescriptionvoidProductionOrder.addProductionOrderItem(ProductionOrderItem... entity) Adds elements to the list of associated ProductionOrderItem entities.ProductionOrder.ProductionOrderBuilder.productionOrderItem(ProductionOrderItem... value) Navigation property to_ProductionOrderItem for ProductionOrder to multiple ProductionOrderItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionOrderItemModifier and TypeMethodDescriptionvoidProductionOrder.setProductionOrderItem(List<ProductionOrderItem> value) Overwrites the list of associated ProductionOrderItem entities for the loaded navigation property to_ProductionOrderItem. -
Uses of ProductionOrderItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link that return types with arguments of type ProductionOrderItemModifier and TypeMethodDescriptionProductionOrderItemOneToOneLink.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.productionorder.link with type arguments of type ProductionOrderItemModifier and TypeMethodDescriptionprotected ProductionOrderItemLink<ObjectT>ProductionOrderItemLink.translateLinkType(EntityLink<ProductionOrderItemLink<ObjectT>, ProductionOrderItem, ObjectT> link)