public static class BOMItemCategoryText.BOMItemCategoryTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BOMItemCategoryText.BOMItemCategoryTextBuilder |
billOfMaterialItemCategory(String billOfMaterialItemCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
BOMItemCategoryText.BOMItemCategoryTextBuilder |
billOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc)
Constraints: Not nullable, Maximum length: 30
|
BOMItemCategoryText |
build() |
BOMItemCategoryText.BOMItemCategoryTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder billOfMaterialItemCategory(@Nullable String billOfMaterialItemCategory)
Original property name from the Odata EDM: BillOfMaterialItemCategory
this
.@Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc)
Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
this
.@Nonnull public BOMItemCategoryText build()
Copyright © 2021 SAP SE. All rights reserved.