Class CustomerSupplierIndustry.CustomerSupplierIndustryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerSupplierIndustry.CustomerSupplierIndustryBuilder
- Enclosing class:
- CustomerSupplierIndustry
Helper class to allow for fluent creation of CustomerSupplierIndustry instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnIndustryT(CustomerSupplierIndustryText... value) Navigation property to_CnsldtnIndustryT for CustomerSupplierIndustry to multiple CustomerSupplierIndustryText.(Key Field) Constraints: Not nullable, Maximum length: 4industry_Text(String industry_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnIndustryT
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder cnsldtnIndustryT(CustomerSupplierIndustryText... value) Navigation property to_CnsldtnIndustryT for CustomerSupplierIndustry to multiple CustomerSupplierIndustryText.- Parameters:
value- The CustomerSupplierIndustryTexts to build this CustomerSupplierIndustry with.- Returns:
- This Builder to allow for a fluent interface.
-
industry
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder industry(@Nullable String industry) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Industry
- Returns:
this.
-
industry_Text
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder industry_Text(@Nullable String industry_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Industry_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-