Modifier and Type | Method and Description |
---|---|
GLAccount.GLAccountBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
GLAccount |
build() |
GLAccount.GLAccountBuilder |
chartOfAccounts(String chartOfAccounts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
GLAccount.GLAccountBuilder |
cnsldtnGLAccountHier(GLAccountHier... value)
Navigation property to_CnsldtnGLAccountHier for GLAccount to multiple GLAccountHier.
|
GLAccount.GLAccountBuilder |
cnsldtnGLAccountT(GLAccountText... value)
Navigation property to_CnsldtnGLAccountT for GLAccount to multiple GLAccountText.
|
GLAccount.GLAccountBuilder |
gLAccount_Text(String gLAccount_Text)
Constraints: Not nullable, Maximum length: 20
|
GLAccount.GLAccountBuilder |
gLAccount(String gLAccount)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
@Nonnull public GLAccount.GLAccountBuilder cnsldtnGLAccountHier(GLAccountHier... value)
value
- The GLAccountHiers to build this GLAccount with.@Nonnull public GLAccount.GLAccountBuilder cnsldtnGLAccountT(GLAccountText... value)
value
- The GLAccountTexts to build this GLAccount with.@Nonnull public GLAccount.GLAccountBuilder gLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
this
.@Nonnull public GLAccount.GLAccountBuilder gLAccount_Text(@Nullable String gLAccount_Text)
Original property name from the Odata EDM: GLAccount_Text
this
.@Nonnull public GLAccount.GLAccountBuilder chartOfAccounts(@Nullable String chartOfAccounts)
Original property name from the Odata EDM: ChartOfAccounts
this
.@Nonnull public GLAccount.GLAccountBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.Copyright © 2020 SAP SE. All rights reserved.