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