Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.profitcenter | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.profitcenter.link |
Modifier and Type | Field and Description |
---|---|
static ProfitCenterTextOneToOneLink<ProfitCenter> |
ProfitCenterText.TO_PROFIT_CENTER
Use with available fluent helpers to apply the to_ProfitCenter navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProfitCenter |
ProfitCenter.ProfitCenterBuilder.build() |
ProfitCenter |
ProfitCenterText.fetchProfitCenter()
Fetches the ProfitCenter entity (one to one) associated with this entity.
|
ProfitCenter |
ProfitCenterText.getProfitCenterOrFetch()
Retrieval of associated ProfitCenter entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProfitCenter> |
ProfitCenterFluentHelper.getEntityClass() |
protected Class<ProfitCenter> |
ProfitCenterByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProfitCenter> |
ProfitCenterText.getProfitCenterIfPresent()
Retrieval of associated ProfitCenter entity (one to one).
|
Class<ProfitCenter> |
ProfitCenter.getType() |
Modifier and Type | Method and Description |
---|---|
ProfitCenterText.ProfitCenterTextBuilder |
ProfitCenterText.ProfitCenterTextBuilder.profitCenter(ProfitCenter value)
Navigation property to_ProfitCenter for ProfitCenterText to single ProfitCenter.
|
void |
ProfitCenterText.setProfitCenter(ProfitCenter value)
Overwrites the associated ProfitCenter entity for the loaded navigation property to_ProfitCenter.
|
Constructor and Description |
---|
ProfitCenterText(String language,
String controllingArea,
String profitCenter,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String profitCenterName,
String profitCenterLongName,
ProfitCenter toProfitCenter) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProfitCenter> |
ProfitCenterOneToOneLink.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 ProfitCenterLink<ObjectT> |
ProfitCenterLink.translateLinkType(EntityLink<ProfitCenterLink<ObjectT>,ProfitCenter,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.