Class GLAccount.GLAccountBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.GLAccount.GLAccountBuilder
- Enclosing class:
- GLAccount
Helper class to allow for fluent creation of GLAccount instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()chartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4cnsldtnGLAccountHier(GLAccountHier... value) Navigation property to_CnsldtnGLAccountHier for GLAccount to multiple GLAccountHier.cnsldtnGLAccountT(GLAccountText... value) Navigation property to_CnsldtnGLAccountT for GLAccount to multiple GLAccountText.(Key Field) Constraints: Not nullable, Maximum length: 10gLAccount_Text(String gLAccount_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnGLAccountHier
Navigation property to_CnsldtnGLAccountHier for GLAccount to multiple GLAccountHier.- Parameters:
value- The GLAccountHiers to build this GLAccount with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnGLAccountT
Navigation property to_CnsldtnGLAccountT for GLAccount to multiple GLAccountText.- Parameters:
value- The GLAccountTexts to build this GLAccount with.- Returns:
- This Builder to allow for a fluent interface.
-
gLAccount
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Returns:
this.
-
gLAccount_Text
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GLAccount_Text
- Returns:
this.
-
chartOfAccounts
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public GLAccount.GLAccountBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-