Class CustomerSupplierIndustry.CustomerSupplierIndustryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerandsupplierindustry.CustomerSupplierIndustry.CustomerSupplierIndustryBuilder
- Enclosing class:
- CustomerSupplierIndustry
Helper class to allow for fluent creation of CustomerSupplierIndustry instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 4text(CustomerSupplierIndustryText... value) Navigation property to_Text for CustomerSupplierIndustry to multiple CustomerSupplierIndustryText.toString()
-
Method Details
-
text
@Nonnull public CustomerSupplierIndustry.CustomerSupplierIndustryBuilder text(CustomerSupplierIndustryText... value) Navigation property to_Text 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.
-
build
-
toString
-