Class ChartOfAccountsText.ChartOfAccountsTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.ChartOfAccountsText.ChartOfAccountsTextBuilder
- Enclosing class:
- ChartOfAccountsText
Helper class to allow for fluent creation of ChartOfAccountsText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()chartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4chartOfAccountsText(String chartOfAccountsText) Constraints: Not nullable, Maximum length: 50Navigation property to_CnsldtnGLChartOfAccounts for ChartOfAccountsText to single ChartOfAccounts.(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnGLChartOfAccounts
@Nonnull public ChartOfAccountsText.ChartOfAccountsTextBuilder cnsldtnGLChartOfAccounts(ChartOfAccounts value) Navigation property to_CnsldtnGLChartOfAccounts for ChartOfAccountsText to single ChartOfAccounts.- Parameters:
value- The ChartOfAccounts to build this ChartOfAccountsText 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.
-
chartOfAccounts
@Nonnull public ChartOfAccountsText.ChartOfAccountsTextBuilder chartOfAccounts(@Nullable String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
chartOfAccountsText
@Nonnull public ChartOfAccountsText.ChartOfAccountsTextBuilder chartOfAccountsText(@Nullable String chartOfAccountsText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ChartOfAccountsText
- Returns:
this.
-
build
-
toString
-