Class VarCnfTblText.VarCnfTblTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable.VarCnfTblText.VarCnfTblTextBuilder
Enclosing class:
VarCnfTblText

public static final class VarCnfTblText.VarCnfTblTextBuilder extends Object
Helper class to allow for fluent creation of VarCnfTblText instances.
  • Method Details

    • table

      Navigation property _Table for VarCnfTblText to single VariantConfigurationTable.
      Parameters:
      value - The VariantConfigurationTable to build this VarCnfTblText with.
      Returns:
      This Builder to allow for a fluent interface.
    • varConfignTblName

      @Nonnull public VarCnfTblText.VarCnfTblTextBuilder varConfignTblName(@Nullable String varConfignTblName)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: VarConfignTblName

      Returns:
      this.
    • languageCode

      @Nonnull public VarCnfTblText.VarCnfTblTextBuilder languageCode(@Nullable String languageCode)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: LanguageCode

      Returns:
      this.
    • varConfignTblDescription

      @Nonnull public VarCnfTblText.VarCnfTblTextBuilder varConfignTblDescription(@Nullable String varConfignTblDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: VarConfignTblDescription

      Returns:
      this.
    • build

      @Nonnull public VarCnfTblText build()
    • toString

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