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