Class CnsldtnIndustryText.CnsldtnIndustryTextBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationindustry.CnsldtnIndustryText.CnsldtnIndustryTextBuilder
Enclosing class:
CnsldtnIndustryText

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

    • industry

      Navigation property _Industry for CnsldtnIndustryText to single CnsldtnIndustry.
      Parameters:
      value - The CnsldtnIndustry to build this CnsldtnIndustryText with.
      Returns:
      This Builder to allow for a fluent interface.
    • industry

      @Nonnull public CnsldtnIndustryText.CnsldtnIndustryTextBuilder industry(String value)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Industry

      Parameters:
      value - The industry to build this CnsldtnIndustryText with.
      Returns:
      This Builder to allow for a fluent interface.
    • language

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

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • industryName

      @Nonnull public CnsldtnIndustryText.CnsldtnIndustryTextBuilder industryName(@Nullable String industryName)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: IndustryName

      Returns:
      this.
    • cnsldtnIsAdditionalMasterData

      @Nonnull public CnsldtnIndustryText.CnsldtnIndustryTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData)
      Constraints: Not nullable

      Original property name from the Odata EDM: CnsldtnIsAdditionalMasterData

      Returns:
      this.
    • build

      @Nonnull public CnsldtnIndustryText build()
    • toString

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