Package com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationgeneralledgerchartofaccount
Class CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationgeneralledgerchartofaccount.CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder
- Enclosing class:
- CnsldtnGLChartOfAcctsText
Helper class to allow for fluent creation of CnsldtnGLChartOfAcctsText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _ChartOfAccounts for CnsldtnGLChartOfAcctsText to single CnsldtnGLChartOfAccounts.chartOfAccounts(String value) (Key Field) Constraints: Not nullable, Maximum length: 4chartOfAccountsName(String chartOfAccountsName) Constraints: Not nullable, Maximum length: 50cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
chartOfAccounts
@Nonnull public CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder chartOfAccounts(CnsldtnGLChartOfAccounts value) Navigation property _ChartOfAccounts for CnsldtnGLChartOfAcctsText to single CnsldtnGLChartOfAccounts.- Parameters:
value- The CnsldtnGLChartOfAccounts to build this CnsldtnGLChartOfAcctsText with.- Returns:
- This Builder to allow for a fluent interface.
-
chartOfAccounts
@Nonnull public CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder chartOfAccounts(String value) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Parameters:
value- The chartOfAccounts to build this CnsldtnGLChartOfAcctsText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
chartOfAccountsName
@Nonnull public CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder chartOfAccountsName(@Nullable String chartOfAccountsName) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ChartOfAccountsName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnGLChartOfAcctsText.CnsldtnGLChartOfAcctsTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-