Class BOMItemCategoryText.BOMItemCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial.BOMItemCategoryText.BOMItemCategoryTextBuilder
- Enclosing class:
- BOMItemCategoryText
-
Method Summary
Modifier and TypeMethodDescriptionbillOfMaterialItemCategory(String billOfMaterialItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 1billOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc) Constraints: Not nullable, Maximum length: 30build()(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
billOfMaterialItemCategory
@Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder billOfMaterialItemCategory(@Nullable String billOfMaterialItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialItemCategory
- Returns:
this.
-
billOfMaterialItemCategoryDesc
@Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
- Returns:
this.
-
build
-
toString
-