Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.ProductionOrderStatus_2
Packages that use ProductionOrderStatus_2
Package
Description
-
Uses of ProductionOrderStatus_2 in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2 with type parameters of type ProductionOrderStatus_2Modifier and TypeFieldDescriptionstatic final ProductionOrder_2Link<ProductionOrderStatus_2>ProductionOrder_2.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.productionorderv2 that return ProductionOrderStatus_2Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2 that return types with arguments of type ProductionOrderStatus_2Modifier and TypeMethodDescriptionProductionOrder_2.fetchProductionOrderStatus()Fetches the ProductionOrderStatus_2 entities (one to many) associated with this entity.protected Class<ProductionOrderStatus_2>ProductionOrderStatus_2ByKeyFluentHelper.getEntityClass()protected Class<ProductionOrderStatus_2>ProductionOrderStatus_2FluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionOrderStatus_2>>ProductionOrder_2.getProductionOrderStatusIfPresent()Retrieval of associated ProductionOrderStatus_2 entities (one to many).ProductionOrder_2.getProductionOrderStatusOrFetch()Retrieval of associated ProductionOrderStatus_2 entities (one to many).ProductionOrderStatus_2.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2 with parameters of type ProductionOrderStatus_2Modifier and TypeMethodDescriptionvoidProductionOrder_2.addProductionOrderStatus(ProductionOrderStatus_2... entity) Adds elements to the list of associated ProductionOrderStatus_2 entities.ProductionOrder_2.ProductionOrder_2Builder.productionOrderStatus(ProductionOrderStatus_2... value) Navigation property to_ProductionOrderStatus for ProductionOrder_2 to multiple ProductionOrderStatus_2.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2 with type arguments of type ProductionOrderStatus_2Modifier and TypeMethodDescriptionvoidProductionOrder_2.setProductionOrderStatus(List<ProductionOrderStatus_2> value) Overwrites the list of associated ProductionOrderStatus_2 entities for the loaded navigation property to_ProductionOrderStatus. -
Uses of ProductionOrderStatus_2 in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.link that return types with arguments of type ProductionOrderStatus_2Modifier and TypeMethodDescriptionProductionOrderStatus_2OneToOneLink.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.productionorderv2.link with type arguments of type ProductionOrderStatus_2Modifier and TypeMethodDescriptionprotected ProductionOrderStatus_2Link<ObjectT>ProductionOrderStatus_2Link.translateLinkType(EntityLink<ProductionOrderStatus_2Link<ObjectT>, ProductionOrderStatus_2, ObjectT> link)