Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.generalledgeraccount |
Modifier and Type | Field and Description |
---|---|
static GLAccountInChartOfAccountsLink<GLAccountText> |
GLAccountInChartOfAccounts.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
GLAccountText |
GLAccountText.GLAccountTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<GLAccountText> |
GLAccountInChartOfAccounts.fetchText()
Fetches the GLAccountText entities (one to many) associated with this entity.
|
protected Class<GLAccountText> |
GLAccountTextByKeyFluentHelper.getEntityClass() |
protected Class<GLAccountText> |
GLAccountTextFluentHelper.getEntityClass() |
Optional<List<GLAccountText>> |
GLAccountInChartOfAccounts.getTextIfPresent()
Retrieval of associated GLAccountText entities (one to many).
|
List<GLAccountText> |
GLAccountInChartOfAccounts.getTextOrFetch()
Retrieval of associated GLAccountText entities (one to many).
|
Class<GLAccountText> |
GLAccountText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
GLAccountInChartOfAccounts.addText(GLAccountText... entity)
Adds elements to the list of associated GLAccountText entities.
|
GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder |
GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder.text(GLAccountText... value) |
Modifier and Type | Method and Description |
---|---|
void |
GLAccountInChartOfAccounts.setText(List<GLAccountText> value)
Overwrites the list of associated GLAccountText entities for the loaded navigation property to_Text.
|
protected GLAccountTextLink<ObjectT> |
GLAccountTextLink.translateLinkType(EntityLink<GLAccountTextLink<ObjectT>,GLAccountText,ObjectT> link) |
Constructor and Description |
---|
GLAccountInChartOfAccounts(String chartOfAccounts,
String gLAccount,
Boolean isBalanceSheetAccount,
String gLAccountGroup,
String corporateGroupAccount,
String profitLossAccountType,
String sampleGLAccount,
Boolean accountIsMarkedForDeletion,
Boolean accountIsBlockedForCreation,
Boolean accountIsBlockedForPosting,
Boolean accountIsBlockedForPlanning,
String partnerCompany,
String functionalArea,
LocalDateTime creationDate,
String createdByUser,
ZonedDateTime lastChangeDateTime,
String gLAccountType,
String gLAccountExternal,
Boolean isProfitLossAccount,
ErpConfigContext erpConfigContext,
List<GLAccountText> toText) |
Copyright © 2018 SAP SE. All rights reserved.