Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.MaterialBOMSubItem
Packages that use MaterialBOMSubItem
Package
Description
-
Uses of MaterialBOMSubItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with type parameters of type MaterialBOMSubItemModifier and TypeFieldDescriptionstatic final MaterialBOMItemLink<MaterialBOMSubItem>MaterialBOMItem.TO_BOM_SUB_ITEMSUse with available fluent helpers to apply the to_BOMSubItems navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return MaterialBOMSubItemModifier and TypeMethodDescriptionMaterialBOMSubItem.MaterialBOMSubItemBuilder.build()protected MaterialBOMSubItemMaterialBOMSubItemCreateFluentHelper.getEntity()protected MaterialBOMSubItemMaterialBOMSubItemDeleteFluentHelper.getEntity()protected MaterialBOMSubItemMaterialBOMSubItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return types with arguments of type MaterialBOMSubItemModifier and TypeMethodDescriptionMaterialBOMItem.fetchBOMSubItems()Fetches the MaterialBOMSubItem entities (one to many) associated with this entity.io.vavr.control.Option<List<MaterialBOMSubItem>>MaterialBOMItem.getBOMSubItemsIfPresent()Retrieval of associated MaterialBOMSubItem entities (one to many).MaterialBOMItem.getBOMSubItemsOrFetch()Retrieval of associated MaterialBOMSubItem entities (one to many).protected Class<MaterialBOMSubItem>MaterialBOMSubItemByKeyFluentHelper.getEntityClass()protected Class<MaterialBOMSubItem>MaterialBOMSubItemFluentHelper.getEntityClass()MaterialBOMSubItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type MaterialBOMSubItemModifier and TypeMethodDescriptionvoidMaterialBOMItem.addBOMSubItems(MaterialBOMSubItem... entity) Adds elements to the list of associated MaterialBOMSubItem entities.MaterialBOMItem.MaterialBOMItemBuilder.bomSubItems(MaterialBOMSubItem... value) Navigation property to_BOMSubItems for MaterialBOMItem to multiple MaterialBOMSubItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with type arguments of type MaterialBOMSubItemModifier and TypeMethodDescriptionvoidMaterialBOMItem.setBOMSubItems(List<MaterialBOMSubItem> value) Overwrites the list of associated MaterialBOMSubItem entities for the loaded navigation property to_BOMSubItems.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type MaterialBOMSubItemModifierConstructorDescriptionMaterialBOMSubItemCreateFluentHelper(String servicePath, MaterialBOMSubItem entity, String entityCollection) Creates a fluent helper object that will create aMaterialBOMSubItementity on the OData endpoint.MaterialBOMSubItemDeleteFluentHelper(String servicePath, MaterialBOMSubItem entity, String entityCollection) Creates a fluent helper object that will delete aMaterialBOMSubItementity on the OData endpoint.MaterialBOMSubItemUpdateFluentHelper(String servicePath, MaterialBOMSubItem entity, String entityCollection) Creates a fluent helper object that will update aMaterialBOMSubItementity on the OData endpoint. -
Uses of MaterialBOMSubItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.batch with parameters of type MaterialBOMSubItemModifier and TypeMethodDescriptionBillOfMaterialsV2ServiceBatchChangeSet.createMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Create a newMaterialBOMSubItementity and save it to the S/4HANA system.DefaultBillOfMaterialsV2ServiceBatchChangeSet.createMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) BillOfMaterialsV2ServiceBatchChangeSet.deleteMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deletes an existingMaterialBOMSubItementity in the S/4HANA system.DefaultBillOfMaterialsV2ServiceBatchChangeSet.deleteMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) BillOfMaterialsV2ServiceBatchChangeSet.updateMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Update an existingMaterialBOMSubItementity and save it to the S/4HANA system.DefaultBillOfMaterialsV2ServiceBatchChangeSet.updateMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) -
Uses of MaterialBOMSubItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.link that return types with arguments of type MaterialBOMSubItemModifier and TypeMethodDescriptionMaterialBOMSubItemOneToOneLink.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.billofmaterialsv2.link with type arguments of type MaterialBOMSubItemModifier and TypeMethodDescriptionprotected MaterialBOMSubItemLink<ObjectT>MaterialBOMSubItemLink.translateLinkType(EntityLink<MaterialBOMSubItemLink<ObjectT>, MaterialBOMSubItem, ObjectT> link) -
Uses of MaterialBOMSubItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaterialBOMSubItemModifier and TypeMethodDescriptionBillOfMaterialsV2Service.createMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.Create a newMaterialBOMSubItementity and save it to the S/4HANA system.DefaultBillOfMaterialsV2Service.createMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.BillOfMaterialsV2Service.deleteMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.Deletes an existingMaterialBOMSubItementity in the S/4HANA system.DefaultBillOfMaterialsV2Service.deleteMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.BillOfMaterialsV2Service.updateMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.Update an existingMaterialBOMSubItementity and save it to the S/4HANA system.DefaultBillOfMaterialsV2Service.updateMaterialBOMSubItem(MaterialBOMSubItem materialBOMSubItem) Deprecated.