Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionRsceTools
Packages that use ProductionRsceTools
Package
Description
-
Uses of ProductionRsceTools 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 ProductionRsceToolsModifier and TypeFieldDescriptionstatic final ProductionOrderLink<ProductionRsceTools>ProductionOrder.TO_PRODUCTION_RSCE_TOOLSUse with available fluent helpers to apply the to_ProductionRsceTools navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionRsceToolsMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionRsceToolsModifier and TypeMethodDescriptionProductionOrder.fetchProductionRsceTools()Fetches the ProductionRsceTools entities (one to many) associated with this entity.protected Class<ProductionRsceTools>ProductionRsceToolsByKeyFluentHelper.getEntityClass()protected Class<ProductionRsceTools>ProductionRsceToolsFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionRsceTools>>ProductionOrder.getProductionRsceToolsIfPresent()Retrieval of associated ProductionRsceTools entities (one to many).ProductionOrder.getProductionRsceToolsOrFetch()Retrieval of associated ProductionRsceTools entities (one to many).ProductionRsceTools.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionRsceToolsModifier and TypeMethodDescriptionvoidProductionOrder.addProductionRsceTools(ProductionRsceTools... entity) Adds elements to the list of associated ProductionRsceTools entities.ProductionOrder.ProductionOrderBuilder.productionRsceTools(ProductionRsceTools... value) Navigation property to_ProductionRsceTools for ProductionOrder to multiple ProductionRsceTools.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionRsceToolsModifier and TypeMethodDescriptionvoidProductionOrder.setProductionRsceTools(List<ProductionRsceTools> value) Overwrites the list of associated ProductionRsceTools entities for the loaded navigation property to_ProductionRsceTools. -
Uses of ProductionRsceTools 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 ProductionRsceToolsModifier and TypeMethodDescriptionProductionRsceToolsOneToOneLink.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 ProductionRsceToolsModifier and TypeMethodDescriptionprotected ProductionRsceToolsLink<ObjectT>ProductionRsceToolsLink.translateLinkType(EntityLink<ProductionRsceToolsLink<ObjectT>, ProductionRsceTools, ObjectT> link)