public static final class BOMItemCategory.BOMItemCategoryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BOMItemCategory.BOMItemCategoryBuilder |
billOfMaterialItemCategory(String billOfMaterialItemCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BOMItemCategory.BOMItemCategoryBuilder |
billOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc)
Constraints: Not nullable, Maximum length: 30
|
BOMItemCategory.BOMItemCategoryBuilder |
bomItemCategoryText(BOMItemCategoryText value)
Navigation property to_BOMItemCategoryText for BOMItemCategory to single
BOMItemCategoryText.
|
BOMItemCategory |
build() |
BOMItemCategory.BOMItemCategoryBuilder |
fixedItemCategory(String fixedItemCategory)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder bomItemCategoryText(BOMItemCategoryText value)
value
- The BOMItemCategoryText to build this BOMItemCategory with.@Nonnull public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategory(@Nullable String billOfMaterialItemCategory)
Original property name from the Odata EDM: BillOfMaterialItemCategory
this
.@Nonnull public BOMItemCategory.BOMItemCategoryBuilder fixedItemCategory(@Nullable String fixedItemCategory)
Original property name from the Odata EDM: FixedItemCategory
this
.@Nonnull public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc)
Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
this
.@Nonnull public BOMItemCategory build()
Copyright © 2021 SAP SE. All rights reserved.