Class CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder
- Enclosing class:
- CustomerSupplierIndustryText
public static final class CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder
extends Object
Helper class to allow for fluent creation of CustomerSupplierIndustryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnIndustry for CustomerSupplierIndustryText to single CustomerSupplierIndustry.customerSupplierIndustryText(String customerSupplierIndustryText) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnIndustry
@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder cnsldtnIndustry(CustomerSupplierIndustry value) Navigation property to_CnsldtnIndustry for CustomerSupplierIndustryText to single CustomerSupplierIndustry.- Parameters:
value- The CustomerSupplierIndustry to build this CustomerSupplierIndustryText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
industry
@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder industry(@Nullable String industry) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Industry
- Returns:
this.
-
customerSupplierIndustryText
@Nonnull public CustomerSupplierIndustryText.CustomerSupplierIndustryTextBuilder customerSupplierIndustryText(@Nullable String customerSupplierIndustryText) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CustomerSupplierIndustryText
- Returns:
this.
-
build
-
toString
-