Class BOMItemCategoryText.BOMItemCategoryTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.BOMItemCategoryText.BOMItemCategoryTextBuilder
Enclosing class:
BOMItemCategoryText

public static class BOMItemCategoryText.BOMItemCategoryTextBuilder extends Object
  • Method Details

    • language

      @Nonnull public BOMItemCategoryText.BOMItemCategoryTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original 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: 1

      Original property name from the Odata EDM: BillOfMaterialItemCategory

      Returns:
      this.
    • billOfMaterialItemCategoryDesc

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

      Original property name from the Odata EDM: BillOfMaterialItemCategoryDesc

      Returns:
      this.
    • build

      @Nonnull public BOMItemCategoryText build()
    • toString

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