Class BuPaIndustry.BuPaIndustryBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIndustry.BuPaIndustryBuilder
Enclosing class:
BuPaIndustry

public static class BuPaIndustry.BuPaIndustryBuilder extends Object
  • Method Details

    • industrySector

      @Nonnull public BuPaIndustry.BuPaIndustryBuilder industrySector(@Nullable String industrySector)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: IndustrySector

      Returns:
      this.
    • industrySystemType

      @Nonnull public BuPaIndustry.BuPaIndustryBuilder industrySystemType(@Nullable String industrySystemType)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: IndustrySystemType

      Returns:
      this.
    • businessPartner

      @Nonnull public BuPaIndustry.BuPaIndustryBuilder businessPartner(@Nullable String businessPartner)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      this.
    • isStandardIndustry

      @Nonnull public BuPaIndustry.BuPaIndustryBuilder isStandardIndustry(@Nullable String isStandardIndustry)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsStandardIndustry

      Returns:
      this.
    • industryKeyDescription

      @Nonnull public BuPaIndustry.BuPaIndustryBuilder industryKeyDescription(@Nullable String industryKeyDescription)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: IndustryKeyDescription

      Returns:
      this.
    • build

      @Nonnull public BuPaIndustry build()
    • toString

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