public static final class GLAccountText.GLAccountTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
GLAccountText |
build() |
GLAccountText.GLAccountTextBuilder |
chartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
GLAccountText.GLAccountTextBuilder |
cnsldtnGLAccount(GLAccount value)
Navigation property to_CnsldtnGLAccount for GLAccountText to single GLAccount.
|
GLAccountText.GLAccountTextBuilder |
gLAccount(String gLAccount)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
GLAccountText.GLAccountTextBuilder |
gLAccountText(String gLAccountText)
Constraints: Not nullable, Maximum length: 20
|
GLAccountText.GLAccountTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public GLAccountText.GLAccountTextBuilder cnsldtnGLAccount(GLAccount value)
value
- The GLAccount to build this GLAccountText with.public GLAccountText.GLAccountTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.public GLAccountText.GLAccountTextBuilder gLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
this
.public GLAccountText.GLAccountTextBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
this
.public GLAccountText.GLAccountTextBuilder gLAccountText(@Nullable String gLAccountText)
Original property name from the Odata EDM: GLAccountText
this
.public GLAccountText build()
Copyright © 2020 SAP SE. All rights reserved.