Class CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationgeneralledgeraccount.CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder
- Enclosing class:
- CnsldtnGLAccountText
Helper class to allow for fluent creation of CnsldtnGLAccountText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()chartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableglAccount(CnsldtnGLAccount value) Navigation property _GLAccount for CnsldtnGLAccountText to single CnsldtnGLAccount.(Key Field) Constraints: Not nullable, Maximum length: 10gLAccountName(String gLAccountName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
glAccount
Navigation property _GLAccount for CnsldtnGLAccountText to single CnsldtnGLAccount.- Parameters:
value- The CnsldtnGLAccount to build this CnsldtnGLAccountText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
chartOfAccounts
@Nonnull public CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder chartOfAccounts(@Nullable String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
gLAccount
@Nonnull public CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder gLAccount(@Nullable String gLAccount) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Returns:
this.
-
gLAccountName
@Nonnull public CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder gLAccountName(@Nullable String gLAccountName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GLAccountName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnGLAccountText.CnsldtnGLAccountTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-