Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.link |
Modifier and Type | Field and Description |
---|---|
static CostCenterTextOneToOneLink<CostCenter> |
CostCenterText.TO_COST_CENTER
Use with available fluent helpers to apply the to_CostCenter navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenter |
CostCenter.CostCenterBuilder.build() |
CostCenter |
CostCenterText.fetchCostCenter()
Fetches the CostCenter entity (one to one) associated with this entity.
|
CostCenter |
CostCenterText.getCostCenterOrFetch()
Retrieval of associated CostCenter entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<CostCenter> |
CostCenterText.getCostCenterIfPresent()
Retrieval of associated CostCenter entity (one to one).
|
protected Class<CostCenter> |
CostCenterByKeyFluentHelper.getEntityClass() |
protected Class<CostCenter> |
CostCenterFluentHelper.getEntityClass() |
Class<CostCenter> |
CostCenter.getType() |
Modifier and Type | Method and Description |
---|---|
CostCenterText.CostCenterTextBuilder |
CostCenterText.CostCenterTextBuilder.costCenter(CostCenter value)
Navigation property to_CostCenter for CostCenterText to single CostCenter.
|
void |
CostCenterText.setCostCenter(CostCenter value)
Overwrites the associated CostCenter entity for the loaded navigation property to_CostCenter.
|
Constructor and Description |
---|
CostCenterText(String costCenter,
String controllingArea,
String language,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String costCenterName,
String costCenterDescription,
CostCenter toCostCenter) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CostCenter> |
CostCenterOneToOneLink.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 CostCenterLink<ObjectT> |
CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>,CostCenter,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.