public static final class CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierIndustryText |
build() |
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder |
cnsldtnIndustry(CustomerSupplierIndustry value)
Navigation property to_CnsldtnIndustry for CustomerSupplierIndustryText to single
CustomerSupplierIndustry.
|
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder |
customerSupplierIndustryText(String customerSupplierIndustryText)
Constraints: Not nullable, Maximum length: 20
|
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder |
industry(String industry)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder cnsldtnIndustry(CustomerSupplierIndustry value)
value
- The CustomerSupplierIndustry to build this CustomerSupplierIndustryText with.public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder 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 CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder customerSupplierIndustryText(@Nullable String customerSupplierIndustryText)
Original property name from the Odata EDM: CustomerSupplierIndustryText
this
.public CustomerSupplierIndustryText build()
Copyright © 2020 SAP SE. All rights reserved.