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> |
GLAccountTextFluentHelper.getEntityClass() |
protected Class<GLAccountText> |
GLAccountTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<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)
Navigation property to_Text for GLAccountInChartOfAccounts to multiple GLAccountText.
|
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.
|
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,
List<GLAccountText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<GLAccountText> |
GLAccountTextOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected GLAccountTextLink<ObjectT> |
GLAccountTextLink.translateLinkType(EntityLink<GLAccountTextLink<ObjectT>,GLAccountText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.