Class BOMItemCategory.BOMItemCategoryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.BOMItemCategory.BOMItemCategoryBuilder
- Enclosing class:
- BOMItemCategory
Helper class to allow for fluent creation of BOMItemCategory instances.
-
Method Summary
Modifier and TypeMethodDescriptionbillOfMaterialItemCategory(String billOfMaterialItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 1billOfMaterialItemCategoryDesc(String billOfMaterialItemCategoryDesc) Constraints: Not nullable, Maximum length: 30Navigation property to_BOMItemCategoryText for BOMItemCategory to single BOMItemCategoryText.build()fixedItemCategory(String fixedItemCategory) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
bomItemCategoryText
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder bomItemCategoryText(BOMItemCategoryText value) Navigation property to_BOMItemCategoryText for BOMItemCategory to single BOMItemCategoryText.- Parameters:
value- The BOMItemCategoryText to build this BOMItemCategory with.- Returns:
- This Builder to allow for a fluent interface.
-
billOfMaterialItemCategory
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategory(@Nullable String billOfMaterialItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfMaterialItemCategory
- Returns:
this.
-
fixedItemCategory
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder fixedItemCategory(@Nullable String fixedItemCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: FixedItemCategory
- Returns:
this.
-
billOfMaterialItemCategoryDesc
@Nonnull public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc
- Returns:
this.
-
build
-
toString
-