Class BOMItemCategory.BOMItemCategoryBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterialsv2.BOMItemCategory.BOMItemCategoryBuilder
Enclosing class:
BOMItemCategory

public static final class BOMItemCategory.BOMItemCategoryBuilder extends Object
Helper class to allow for fluent creation of BOMItemCategory instances.
  • 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: 1

      Original property name from the Odata EDM: BillOfMaterialItemCategory

      Returns:
      this.
    • fixedItemCategory

      @Nonnull public BOMItemCategory.BOMItemCategoryBuilder fixedItemCategory(@Nullable String fixedItemCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: FixedItemCategory

      Returns:
      this.
    • billOfMaterialItemCategoryDesc

      @Nonnull public BOMItemCategory.BOMItemCategoryBuilder billOfMaterialItemCategoryDesc(@Nullable String billOfMaterialItemCategoryDesc)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc

      Returns:
      this.
    • build

      @Nonnull public BOMItemCategory build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object