Class CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder
- Enclosing class:
- CnsldtnInvesteeUnitText
Helper class to allow for fluent creation of CnsldtnInvesteeUnitText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnInvesteeUnit for CnsldtnInvesteeUnitText to single CnsldtnInvesteeUnit.consolidationUnit(String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 18consolidationUnitLongText(String consolidationUnitLongText) Constraints: Not nullable, Maximum length: 60consolidationUnitText(String consolidationUnitText) Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnInvesteeUnit
@Nonnull public CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder cnsldtnInvesteeUnit(CnsldtnInvesteeUnit value) Navigation property to_CnsldtnInvesteeUnit for CnsldtnInvesteeUnitText to single CnsldtnInvesteeUnit.- Parameters:
value- The CnsldtnInvesteeUnit to build this CnsldtnInvesteeUnitText with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationUnit
@Nonnull public CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder consolidationUnit(@Nullable String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ConsolidationUnit
- Returns:
this.
-
language
@Nonnull public CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationUnitText
@Nonnull public CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder consolidationUnitText(@Nullable String consolidationUnitText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ConsolidationUnitText
- Returns:
this.
-
consolidationUnitLongText
@Nonnull public CnsldtnInvesteeUnitText.CnsldtnInvesteeUnitTextBuilder consolidationUnitLongText(@Nullable String consolidationUnitLongText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ConsolidationUnitLongText
- Returns:
this.
-
build
-
toString
-