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.@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder industry(@Nullable String industry)
Original property name from the Odata EDM: Industry
this
.@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder customerSupplierIndustryText(@Nullable String customerSupplierIndustryText)
Original property name from the Odata EDM: CustomerSupplierIndustryText
this
.@Nonnull public CustomerSupplierIndustryText build()
Copyright © 2021 SAP SE. All rights reserved.