Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionOrderStatus
Packages that use ProductionOrderStatus
Package
Description
-
Uses of ProductionOrderStatus 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 ProductionOrderStatusModifier and TypeFieldDescriptionstatic final ProductionOrderLink<ProductionOrderStatus>ProductionOrder.TO_PRODUCTION_ORDER_STATUSUse with available fluent helpers to apply the to_ProductionOrderStatus navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderStatusMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionOrderStatusModifier and TypeMethodDescriptionProductionOrder.fetchProductionOrderStatus()Fetches the ProductionOrderStatus entities (one to many) associated with this entity.protected Class<ProductionOrderStatus>ProductionOrderStatusByKeyFluentHelper.getEntityClass()protected Class<ProductionOrderStatus>ProductionOrderStatusFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionOrderStatus>>ProductionOrder.getProductionOrderStatusIfPresent()Retrieval of associated ProductionOrderStatus entities (one to many).ProductionOrder.getProductionOrderStatusOrFetch()Retrieval of associated ProductionOrderStatus entities (one to many).ProductionOrderStatus.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionOrderStatusModifier and TypeMethodDescriptionvoidProductionOrder.addProductionOrderStatus(ProductionOrderStatus... entity) Adds elements to the list of associated ProductionOrderStatus entities.ProductionOrder.ProductionOrderBuilder.productionOrderStatus(ProductionOrderStatus... value) Navigation property to_ProductionOrderStatus for ProductionOrder to multiple ProductionOrderStatus.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionOrderStatusModifier and TypeMethodDescriptionvoidProductionOrder.setProductionOrderStatus(List<ProductionOrderStatus> value) Overwrites the list of associated ProductionOrderStatus entities for the loaded navigation property to_ProductionOrderStatus. -
Uses of ProductionOrderStatus 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 ProductionOrderStatusModifier and TypeMethodDescriptionProductionOrderStatusOneToOneLink.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 ProductionOrderStatusModifier and TypeMethodDescriptionprotected ProductionOrderStatusLink<ObjectT>ProductionOrderStatusLink.translateLinkType(EntityLink<ProductionOrderStatusLink<ObjectT>, ProductionOrderStatus, ObjectT> link)