Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.BillOfMaterialUsage
Packages that use BillOfMaterialUsage
Package
Description
-
Uses of BillOfMaterialUsage 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 BillOfMaterialUsageModifier and TypeFieldDescriptionstatic final MaterialBOMOneToOneLink<BillOfMaterialUsage>MaterialBOM.TO_BILL_OF_MATERIAL_USAGEUse with available fluent helpers to apply the to_BillOfMaterialUsage navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return BillOfMaterialUsageModifier and TypeMethodDescriptionBillOfMaterialUsage.BillOfMaterialUsageBuilder.build()MaterialBOM.fetchBillOfMaterialUsage()Fetches the BillOfMaterialUsage entity (one to one) associated with this entity.MaterialBOM.getBillOfMaterialUsageOrFetch()Retrieval of associated BillOfMaterialUsage entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return types with arguments of type BillOfMaterialUsageModifier and TypeMethodDescriptionio.vavr.control.Option<BillOfMaterialUsage>MaterialBOM.getBillOfMaterialUsageIfPresent()Retrieval of associated BillOfMaterialUsage entity (one to one).protected Class<BillOfMaterialUsage>BillOfMaterialUsageByKeyFluentHelper.getEntityClass()protected Class<BillOfMaterialUsage>BillOfMaterialUsageFluentHelper.getEntityClass()BillOfMaterialUsage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type BillOfMaterialUsageModifier and TypeMethodDescriptionMaterialBOM.MaterialBOMBuilder.billOfMaterialUsage(BillOfMaterialUsage value) Navigation property to_BillOfMaterialUsage for MaterialBOM to single BillOfMaterialUsage.voidMaterialBOM.setBillOfMaterialUsage(BillOfMaterialUsage value) Overwrites the associated BillOfMaterialUsage entity for the loaded navigation property to_BillOfMaterialUsage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type BillOfMaterialUsageModifierConstructorDescriptionMaterialBOM(Boolean deleteBOMHeaderWithECN_ac, Boolean releaseVersionBOM_ac, Boolean delete_mc, Boolean update_mc, Boolean billOfMaterialItem_oc, String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant, UUID billOfMaterialHeaderUUID, String billOfMaterialVariantUsage, String engineeringChangeDocForEdit, Boolean isMultipleBOMAlt, String bOMHeaderInternalChangeCount, String bOMUsagePriority, String billOfMaterialAuthsnGrp, String bOMVersionStatus, Boolean isVersionBillOfMaterial, Boolean isLatestBOMVersion, Boolean isConfiguredMaterial, String bOMTechnicalType, String bOMGroup, String bOMHeaderText, String bOMAlternativeText, String billOfMaterialStatus, LocalDateTime headerValidityStartDate, LocalDateTime headerValidityEndDate, String chgToEngineeringChgDocument, Boolean isMarkedForDeletion, Boolean isALE, BigDecimal matFromLotSizeQuantity, BigDecimal materialToLotSizeQuantity, String bOMHeaderBaseUnit, BigDecimal bOMHeaderQuantityInBaseUnit, LocalDateTime recordCreationDate, LocalDateTime lastChangeDate, String createdByUser, String lastChangedByUser, String bOMIsToBeDeleted, Boolean documentIsCreatedByCAD, String laboratoryOrDesignOffice, ZonedDateTime lastChangeDateTime, String productDescription, String plantName, String billOfMaterialHdrDetailsText, String selectedBillOfMaterialVersion, List<MaterialBOMItem> toBillOfMaterialItem, BillOfMaterialUsage toBillOfMaterialUsage) -
Uses of BillOfMaterialUsage 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 BillOfMaterialUsageModifier and TypeMethodDescriptionBillOfMaterialUsageOneToOneLink.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 BillOfMaterialUsageModifier and TypeMethodDescriptionprotected BillOfMaterialUsageLink<ObjectT>BillOfMaterialUsageLink.translateLinkType(EntityLink<BillOfMaterialUsageLink<ObjectT>, BillOfMaterialUsage, ObjectT> link)