public static final class CustomerSupplierIndustry.CustomerSupplierIndustryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
CustomerSupplierIndustry |
build() |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
cnsldtnIndustryT(CustomerSupplierIndustryText... value)
Navigation property to_CnsldtnIndustryT for CustomerSupplierIndustry to multiple
CustomerSupplierIndustryText.
|
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
industry_Text(String industry_Text)
Constraints: Not nullable, Maximum length: 20
|
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
industry(String industry)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder cnsldtnIndustryT(CustomerSupplierIndustryText... value)
value
- The CustomerSupplierIndustryTexts to build this CustomerSupplierIndustry with.public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder industry(@Nullable String industry)
Original property name from the Odata EDM: Industry
The industry field belongs to the general data area of customer and vendor master records.
used in selecting data for evaluations (for example, a vendor master data list). You can specify industries such as trade, banking, service, manufacturing, health care, public service, media and so on.this
.public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder industry_Text(@Nullable String industry_Text)
Original property name from the Odata EDM: Industry_Text
this
.public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.public CustomerSupplierIndustry build()
Copyright © 2020 SAP SE. All rights reserved.