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 DivisionTextOneToOneLink<Division> |
DivisionText.TO_DIVISION
Use with available fluent helpers to apply the to_Division navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Division |
Division.DivisionBuilder.build() |
Division |
DivisionText.fetchDivision()
Fetches the Division entity (one to one) associated with this entity.
|
Division |
DivisionText.getDivisionOrFetch()
Retrieval of associated Division entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<Division> |
DivisionText.getDivisionIfPresent()
Retrieval of associated Division entity (one to one).
|
protected Class<Division> |
DivisionByKeyFluentHelper.getEntityClass() |
protected Class<Division> |
DivisionFluentHelper.getEntityClass() |
Class<Division> |
Division.getType() |
Modifier and Type | Method and Description |
---|---|
DivisionText.DivisionTextBuilder |
DivisionText.DivisionTextBuilder.division(Division value) |
void |
DivisionText.setDivision(Division value)
Overwrites the associated Division entity for the loaded navigation property to_Division.
|
Constructor and Description |
---|
DivisionText(String division,
String language,
String divisionName,
Division toDivision) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Division> |
DivisionOneToOneLink.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 DivisionLink<ObjectT> |
DivisionLink.translateLinkType(EntityLink<DivisionLink<ObjectT>,Division,ObjectT> link) |
Copyright © 2018 SAP SE. All rights reserved.