Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.link |
Modifier and Type | Field and Description |
---|---|
static CostCenterLink<CostCenterText> |
CostCenter.TO_COST_CENTER_TEXTS
Use with available fluent helpers to apply the CostCenterTexts navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterText |
CostCenterText.CostCenterTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterText> |
CostCenter.fetchCostCenterTexts()
Fetches the CostCenterText entities (one to many) associated with this entity.
|
Optional<List<CostCenterText>> |
CostCenter.getCostCenterTextsIfPresent()
Retrieval of associated CostCenterText entities (one to many).
|
List<CostCenterText> |
CostCenter.getCostCenterTextsOrFetch()
Retrieval of associated CostCenterText entities (one to many).
|
protected Class<CostCenterText> |
CostCenterTextByKeyFluentHelper.getEntityClass() |
protected Class<CostCenterText> |
CostCenterTextFluentHelper.getEntityClass() |
Class<CostCenterText> |
CostCenterText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.addCostCenterTexts(CostCenterText... entity)
Adds elements to the list of associated CostCenterText entities.
|
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.costCenterTexts(CostCenterText... value) |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.setCostCenterTexts(List<CostCenterText> value)
Overwrites the list of associated CostCenterText entities for the loaded navigation property
CostCenterTexts.
|
Constructor and Description |
---|
CostCenter(String companyCode,
String costCenterID,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String status,
String category,
String language,
String costCenterName,
String costCenterDescription,
LocalDateTime lastChangeDateTime,
List<CostCenterText> toCostCenterTexts) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CostCenterText> |
CostCenterTextOneToOneLink.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 CostCenterTextLink<ObjectT> |
CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>,CostCenterText,ObjectT> link) |
Copyright © 2018 SAP SE. All rights reserved.