Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionOrderOperation
Packages that use ProductionOrderOperation
Package
Description
-
Uses of ProductionOrderOperation 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 ProductionOrderOperationModifier and TypeFieldDescriptionstatic final ProductionOrderLink<ProductionOrderOperation>ProductionOrder.TO_PRODUCTION_ORDER_OPERATIONUse with available fluent helpers to apply the to_ProductionOrderOperation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderOperationModifier and TypeMethodDescriptionProductionOrderOperation.ProductionOrderOperationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionOrderOperationModifier and TypeMethodDescriptionProductionOrder.fetchProductionOrderOperation()Fetches the ProductionOrderOperation entities (one to many) associated with this entity.protected Class<ProductionOrderOperation>ProductionOrderOperationByKeyFluentHelper.getEntityClass()protected Class<ProductionOrderOperation>ProductionOrderOperationFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionOrderOperation>>ProductionOrder.getProductionOrderOperationIfPresent()Retrieval of associated ProductionOrderOperation entities (one to many).ProductionOrder.getProductionOrderOperationOrFetch()Retrieval of associated ProductionOrderOperation entities (one to many).ProductionOrderOperation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionOrderOperationModifier and TypeMethodDescriptionvoidProductionOrder.addProductionOrderOperation(ProductionOrderOperation... entity) Adds elements to the list of associated ProductionOrderOperation entities.ProductionOrder.ProductionOrderBuilder.productionOrderOperation(ProductionOrderOperation... value) Navigation property to_ProductionOrderOperation for ProductionOrder to multiple ProductionOrderOperation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionOrderOperationModifier and TypeMethodDescriptionvoidProductionOrder.setProductionOrderOperation(List<ProductionOrderOperation> value) Overwrites the list of associated ProductionOrderOperation entities for the loaded navigation property to_ProductionOrderOperation. -
Uses of ProductionOrderOperation 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 ProductionOrderOperationModifier and TypeMethodDescriptionProductionOrderOperationOneToOneLink.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 ProductionOrderOperationModifier and TypeMethodDescriptionprotected ProductionOrderOperationLink<ObjectT>ProductionOrderOperationLink.translateLinkType(EntityLink<ProductionOrderOperationLink<ObjectT>, ProductionOrderOperation, ObjectT> link)