public static class BuPaIndustry.BuPaIndustryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BuPaIndustry |
build() |
BuPaIndustry.BuPaIndustryBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaIndustry.BuPaIndustryBuilder |
industryKeyDescription(String industryKeyDescription)
Constraints: Not nullable, Maximum length: 100
|
BuPaIndustry.BuPaIndustryBuilder |
industrySector(String industrySector)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BuPaIndustry.BuPaIndustryBuilder |
industrySystemType(String industrySystemType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BuPaIndustry.BuPaIndustryBuilder |
isStandardIndustry(String isStandardIndustry)
Constraints: Not nullable, Maximum length: 1
|
String |
toString() |
@Nonnull public BuPaIndustry.BuPaIndustryBuilder industrySector(@Nullable String industrySector)
Original property name from the Odata EDM: IndustrySector
this
.@Nonnull public BuPaIndustry.BuPaIndustryBuilder industrySystemType(@Nullable String industrySystemType)
Original property name from the Odata EDM: IndustrySystemType
this
.@Nonnull public BuPaIndustry.BuPaIndustryBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
this
.@Nonnull public BuPaIndustry.BuPaIndustryBuilder isStandardIndustry(@Nullable String isStandardIndustry)
Original property name from the Odata EDM: IsStandardIndustry
this
.@Nonnull public BuPaIndustry.BuPaIndustryBuilder industryKeyDescription(@Nullable String industryKeyDescription)
Original property name from the Odata EDM: IndustryKeyDescription
this
.@Nonnull public BuPaIndustry build()
Copyright © 2021 SAP SE. All rights reserved.