Class CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder
- Enclosing class:
- CnsldtnUnitForElimText
Helper class to allow for fluent creation of CnsldtnUnitForElimText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnUnitElim for CnsldtnUnitForElimText to single CnsldtnUnitForElimination.cnsldtnUnitForElimText(String cnsldtnUnitForElimText) Constraints: Not nullable, Maximum length: 50consolidationUnit(String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 25(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnUnitElim
@Nonnull public CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder cnsldtnUnitElim(CnsldtnUnitForElimination value) Navigation property to_CnsldtnUnitElim for CnsldtnUnitForElimText to single CnsldtnUnitForElimination.- Parameters:
value- The CnsldtnUnitForElimination to build this CnsldtnUnitForElimText with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationUnit
@Nonnull public CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder consolidationUnit(@Nullable String consolidationUnit) (Key Field) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ConsolidationUnit
- Returns:
this.
-
language
@Nonnull public CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
cnsldtnUnitForElimText
@Nonnull public CnsldtnUnitForElimText.CnsldtnUnitForElimTextBuilder cnsldtnUnitForElimText(@Nullable String cnsldtnUnitForElimText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: CnsldtnUnitForElimText
- Returns:
this.
-
build
-
toString
-