Class CnsldtnIndustryText.CnsldtnIndustryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationindustry.CnsldtnIndustryText.CnsldtnIndustryTextBuilder
- Enclosing class:
- CnsldtnIndustryText
Helper class to allow for fluent creation of CnsldtnIndustryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableindustry(CnsldtnIndustry value) Navigation property _Industry for CnsldtnIndustryText to single CnsldtnIndustry.(Key Field) Constraints: Not nullable, Maximum length: 4industryName(String industryName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
industry
Navigation property _Industry for CnsldtnIndustryText to single CnsldtnIndustry.- Parameters:
value- The CnsldtnIndustry to build this CnsldtnIndustryText with.- Returns:
- This Builder to allow for a fluent interface.
-
industry
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Industry
- Parameters:
value- The industry to build this CnsldtnIndustryText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
industryName
@Nonnull public CnsldtnIndustryText.CnsldtnIndustryTextBuilder industryName(@Nullable String industryName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: IndustryName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnIndustryText.CnsldtnIndustryTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-