public static final class CustomerSupplierIndustry.CustomerSupplierIndustryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustry |
build() |
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
industry(String industry)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CustomerSupplierIndustry.CustomerSupplierIndustryBuilder |
text(CustomerSupplierIndustryText... value)
Navigation property to_Text for CustomerSupplierIndustry to multiple
CustomerSupplierIndustryText.
|
String |
toString() |
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder text(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.public CustomerSupplierIndustry build()
Copyright © 2019 SAP SE. All rights reserved.