Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.link |
Modifier and Type | Field and Description |
---|---|
static SalesDistrictTextOneToOneLink<SalesDistrict> |
SalesDistrictText.TO_SALES_DISTRICT
Use with available fluent helpers to apply the to_SalesDistrict navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesDistrict |
SalesDistrict.SalesDistrictBuilder.build() |
SalesDistrict |
SalesDistrictText.fetchSalesDistrict()
Fetches the SalesDistrict entity (one to one) associated with this entity.
|
SalesDistrict |
SalesDistrictText.getSalesDistrictOrFetch()
Retrieval of associated SalesDistrict entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<SalesDistrict> |
SalesDistrictFluentHelper.getEntityClass() |
protected Class<SalesDistrict> |
SalesDistrictByKeyFluentHelper.getEntityClass() |
Optional<SalesDistrict> |
SalesDistrictText.getSalesDistrictIfPresent()
Retrieval of associated SalesDistrict entity (one to one).
|
Class<SalesDistrict> |
SalesDistrict.getType() |
Modifier and Type | Method and Description |
---|---|
SalesDistrictText.SalesDistrictTextBuilder |
SalesDistrictText.SalesDistrictTextBuilder.salesDistrict(SalesDistrict value) |
void |
SalesDistrictText.setSalesDistrict(SalesDistrict value)
Overwrites the associated SalesDistrict entity for the loaded navigation property to_SalesDistrict.
|
Constructor and Description |
---|
SalesDistrictText(String salesDistrict,
String language,
String salesDistrictName,
SalesDistrict toSalesDistrict) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesDistrict> |
SalesDistrictOneToOneLink.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 SalesDistrictLink<ObjectT> |
SalesDistrictLink.translateLinkType(EntityLink<SalesDistrictLink<ObjectT>,SalesDistrict,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.