Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.BillOfMaterialUsage
Packages that use BillOfMaterialUsage
Package
Description
-
Uses of BillOfMaterialUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials with type parameters of type BillOfMaterialUsageModifier and TypeFieldDescriptionstatic final BillOfMaterialOneToOneLink<BillOfMaterialUsage>BillOfMaterial.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.billofmaterials that return BillOfMaterialUsageModifier and TypeMethodDescriptionBillOfMaterialUsage.BillOfMaterialUsageBuilder.build()BillOfMaterial.fetchBillOfMaterialUsage()Fetches the BillOfMaterialUsage entity (one to one) associated with this entity.BillOfMaterial.getBillOfMaterialUsageOrFetch()Retrieval of associated BillOfMaterialUsage entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials that return types with arguments of type BillOfMaterialUsageModifier and TypeMethodDescriptionio.vavr.control.Option<BillOfMaterialUsage>BillOfMaterial.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.billofmaterials with parameters of type BillOfMaterialUsageModifier and TypeMethodDescriptionBillOfMaterial.BillOfMaterialBuilder.billOfMaterialUsage(BillOfMaterialUsage value) Navigation property to_BillOfMaterialUsage for BillOfMaterial to single BillOfMaterialUsage.voidBillOfMaterial.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.billofmaterials with parameters of type BillOfMaterialUsageModifierConstructorDescriptionBillOfMaterial(UUID billOfMaterialHeaderUUID, String billOfMaterialVariantUsage, String billOfMaterialCategory, String billOfMaterial, String billOfMaterialVariant, String material, String plant, Boolean isMultipleBOMAlt, String bOMHeaderInternalChangeCount, String bOMUsagePriority, String billOfMaterialAuthsnGrp, String billOfMaterialVersion, String bOMVersionStatus, Boolean isVersionBillOfMaterial, Boolean isLatestBOMVersion, Boolean isConfiguredMaterial, String bOMTechnicalType, String bOMGroup, String bOMHeaderText, String bOMAlternativeText, String billOfMaterialStatus, LocalDateTime headerValidityStartDate, LocalDateTime headerValidityEndDate, String engineeringChangeDocument, String engineeringChangeDocForEdit, String chgToEngineeringChgDocument, Boolean isMarkedForDeletion, Boolean isALE, String bOMHeaderBaseUnit, BigDecimal bOMHeaderQuantityInBaseUnit, LocalDateTime recordCreationDate, LocalDateTime lastChangeDate, String createdByUser, String lastChangedByUser, String bOMIsToBeDeleted, Boolean documentIsCreatedByCAD, String laboratoryOrDesignOffice, String selectedBillOfMaterialVersion, List<BillOfMaterialItem> toBillOfMaterialItem, BillOfMaterialUsage toBillOfMaterialUsage) -
Uses of BillOfMaterialUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.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.billofmaterials.link with type arguments of type BillOfMaterialUsageModifier and TypeMethodDescriptionprotected BillOfMaterialUsageLink<ObjectT>BillOfMaterialUsageLink.translateLinkType(EntityLink<BillOfMaterialUsageLink<ObjectT>, BillOfMaterialUsage, ObjectT> link)