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