Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.BOMItemCategoryText
Packages that use BOMItemCategoryText
Package
Description
-
Uses of BOMItemCategoryText 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 BOMItemCategoryTextModifier and TypeFieldDescriptionstatic final BOMItemCategoryOneToOneLink<BOMItemCategoryText>BOMItemCategory.TO_BOM_ITEM_CATEGORY_TEXTUse with available fluent helpers to apply the to_BOMItemCategoryText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return BOMItemCategoryTextModifier and TypeMethodDescriptionBOMItemCategoryText.BOMItemCategoryTextBuilder.build()BOMItemCategory.fetchBOMItemCategoryText()Fetches the BOMItemCategoryText entity (one to one) associated with this entity.BOMItemCategory.getBOMItemCategoryTextOrFetch()Retrieval of associated BOMItemCategoryText entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 that return types with arguments of type BOMItemCategoryTextModifier and TypeMethodDescriptionio.vavr.control.Option<BOMItemCategoryText>BOMItemCategory.getBOMItemCategoryTextIfPresent()Retrieval of associated BOMItemCategoryText entity (one to one).protected Class<BOMItemCategoryText>BOMItemCategoryTextByKeyFluentHelper.getEntityClass()protected Class<BOMItemCategoryText>BOMItemCategoryTextFluentHelper.getEntityClass()BOMItemCategoryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type BOMItemCategoryTextModifier and TypeMethodDescriptionBOMItemCategory.BOMItemCategoryBuilder.bomItemCategoryText(BOMItemCategoryText value) Navigation property to_BOMItemCategoryText for BOMItemCategory to single BOMItemCategoryText.voidBOMItemCategory.setBOMItemCategoryText(BOMItemCategoryText value) Overwrites the associated BOMItemCategoryText entity for the loaded navigation property to_BOMItemCategoryText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2 with parameters of type BOMItemCategoryTextModifierConstructorDescriptionBOMItemCategory(String billOfMaterialItemCategory, String fixedItemCategory, String billOfMaterialItemCategoryDesc, BOMItemCategoryText toBOMItemCategoryText) -
Uses of BOMItemCategoryText 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 BOMItemCategoryTextModifier and TypeMethodDescriptionBOMItemCategoryTextOneToOneLink.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 BOMItemCategoryTextModifier and TypeMethodDescriptionprotected BOMItemCategoryTextLink<ObjectT>BOMItemCategoryTextLink.translateLinkType(EntityLink<BOMItemCategoryTextLink<ObjectT>, BOMItemCategoryText, ObjectT> link)