Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.division | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.division.link |
Modifier and Type | Field and Description |
---|---|
static DivisionLink<DivisionText> |
Division.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DivisionText |
DivisionText.DivisionTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DivisionText> |
Division.fetchText()
Fetches the DivisionText entities (one to many) associated with this entity.
|
protected Class<DivisionText> |
DivisionTextFluentHelper.getEntityClass() |
protected Class<DivisionText> |
DivisionTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<DivisionText>> |
Division.getTextIfPresent()
Retrieval of associated DivisionText entities (one to many).
|
List<DivisionText> |
Division.getTextOrFetch()
Retrieval of associated DivisionText entities (one to many).
|
Class<DivisionText> |
DivisionText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Division.addText(DivisionText... entity)
Adds elements to the list of associated DivisionText entities.
|
Division.DivisionBuilder |
Division.DivisionBuilder.text(DivisionText... value)
Navigation property to_Text for Division to multiple DivisionText.
|
Modifier and Type | Method and Description |
---|---|
void |
Division.setText(List<DivisionText> value)
Overwrites the list of associated DivisionText entities for the loaded navigation property to_Text.
|
Constructor and Description |
---|
Division(String division,
List<DivisionText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DivisionText> |
DivisionTextOneToOneLink.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 DivisionTextLink<ObjectT> |
DivisionTextLink.translateLinkType(EntityLink<DivisionTextLink<ObjectT>,DivisionText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.