Class BuPaIndustry.BuPaIndustryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIndustry.BuPaIndustryBuilder
- Enclosing class:
- BuPaIndustry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10industryKeyDescription(String industryKeyDescription) Constraints: Not nullable, Maximum length: 100industrySector(String industrySector) (Key Field) Constraints: Not nullable, Maximum length: 10industrySystemType(String industrySystemType) (Key Field) Constraints: Not nullable, Maximum length: 4isStandardIndustry(String isStandardIndustry) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
industrySector
(Key Field) Constraints: Not nullable, Maximum length: 10Original 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: 4Original property name from the Odata EDM: IndustrySystemType
- Returns:
this.
-
businessPartner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
isStandardIndustry
@Nonnull public BuPaIndustry.BuPaIndustryBuilder isStandardIndustry(@Nullable String isStandardIndustry) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsStandardIndustry
- Returns:
this.
-
industryKeyDescription
@Nonnull public BuPaIndustry.BuPaIndustryBuilder industryKeyDescription(@Nullable String industryKeyDescription) Constraints: Not nullable, Maximum length: 100Original property name from the Odata EDM: IndustryKeyDescription
- Returns:
this.
-
build
-
toString
-