Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting.ProductionRoutingSubOperation
Packages that use ProductionRoutingSubOperation
Package
Description
-
Uses of ProductionRoutingSubOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting with type parameters of type ProductionRoutingSubOperationModifier and TypeFieldDescriptionstatic final ProductionRoutingOperationLink<ProductionRoutingSubOperation>ProductionRoutingOperation.TO_SUB_OPUse with available fluent helpers to apply the to_SubOp navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting that return ProductionRoutingSubOperationModifier and TypeMethodDescriptionProductionRoutingSubOperation.ProductionRoutingSubOperationBuilder.build()protected ProductionRoutingSubOperationProductionRoutingSubOperationCreateFluentHelper.getEntity()protected ProductionRoutingSubOperationProductionRoutingSubOperationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting that return types with arguments of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionProductionRoutingOperation.fetchSubOp()Fetches the ProductionRoutingSubOperation entities (one to many) associated with this entity.protected Class<ProductionRoutingSubOperation>ProductionRoutingSubOperationByKeyFluentHelper.getEntityClass()protected Class<ProductionRoutingSubOperation>ProductionRoutingSubOperationFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionRoutingSubOperation>>ProductionRoutingOperation.getSubOpIfPresent()Retrieval of associated ProductionRoutingSubOperation entities (one to many).ProductionRoutingOperation.getSubOpOrFetch()Retrieval of associated ProductionRoutingSubOperation entities (one to many).ProductionRoutingSubOperation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting with parameters of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionvoidProductionRoutingOperation.addSubOp(ProductionRoutingSubOperation... entity) Adds elements to the list of associated ProductionRoutingSubOperation entities.ProductionRoutingOperation.ProductionRoutingOperationBuilder.subOp(ProductionRoutingSubOperation... value) Navigation property to_SubOp for ProductionRoutingOperation to multiple ProductionRoutingSubOperation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting with type arguments of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionvoidProductionRoutingOperation.setSubOp(List<ProductionRoutingSubOperation> value) Overwrites the list of associated ProductionRoutingSubOperation entities for the loaded navigation property to_SubOp.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting with parameters of type ProductionRoutingSubOperationModifierConstructorDescriptionProductionRoutingSubOperationCreateFluentHelper(String servicePath, ProductionRoutingSubOperation entity, String entityCollection) Creates a fluent helper object that will create aProductionRoutingSubOperationentity on the OData endpoint.ProductionRoutingSubOperationUpdateFluentHelper(String servicePath, ProductionRoutingSubOperation entity, String entityCollection) Creates a fluent helper object that will update aProductionRoutingSubOperationentity on the OData endpoint. -
Uses of ProductionRoutingSubOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting.batch with parameters of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionDefaultProductionRoutingServiceBatchChangeSet.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) ProductionRoutingServiceBatchChangeSet.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Create a newProductionRoutingSubOperationentity and save it to the S/4HANA system.DefaultProductionRoutingServiceBatchChangeSet.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) ProductionRoutingServiceBatchChangeSet.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Update an existingProductionRoutingSubOperationentity and save it to the S/4HANA system. -
Uses of ProductionRoutingSubOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionrouting.link that return types with arguments of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionProductionRoutingSubOperationOneToOneLink.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.productionrouting.link with type arguments of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionprotected ProductionRoutingSubOperationLink<ObjectT>ProductionRoutingSubOperationLink.translateLinkType(EntityLink<ProductionRoutingSubOperationLink<ObjectT>, ProductionRoutingSubOperation, ObjectT> link) -
Uses of ProductionRoutingSubOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductionRoutingSubOperationModifier and TypeMethodDescriptionDefaultProductionRoutingService.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.ProductionRoutingService.createProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Create a newProductionRoutingSubOperationentity and save it to the S/4HANA system.DefaultProductionRoutingService.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.ProductionRoutingService.updateProductionRoutingSubOperation(ProductionRoutingSubOperation productionRoutingSubOperation) Deprecated.Update an existingProductionRoutingSubOperationentity and save it to the S/4HANA system.