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 CostCenterLink<CostCenterText> |
CostCenter.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CostCenterText |
CostCenterText.CostCenterTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CostCenterText> |
CostCenter.fetchText()
Fetches the CostCenterText entities (one to many) associated with this entity.
|
protected Class<CostCenterText> |
CostCenterTextFluentHelper.getEntityClass() |
protected Class<CostCenterText> |
CostCenterTextByKeyFluentHelper.getEntityClass() |
Optional<List<CostCenterText>> |
CostCenter.getTextIfPresent()
Retrieval of associated CostCenterText entities (one to many).
|
List<CostCenterText> |
CostCenter.getTextOrFetch()
Retrieval of associated CostCenterText entities (one to many).
|
Class<CostCenterText> |
CostCenterText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.addText(CostCenterText... entity)
Adds elements to the list of associated CostCenterText entities.
|
CostCenter.CostCenterBuilder |
CostCenter.CostCenterBuilder.text(CostCenterText... value) |
Modifier and Type | Method and Description |
---|---|
void |
CostCenter.setText(List<CostCenterText> value)
Overwrites the list of associated CostCenterText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
CostCenter(String controllingArea,
String costCenter,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
String companyCode,
String businessArea,
String costCtrResponsiblePersonName,
String costCtrResponsibleUser,
String costCenterCurrency,
String profitCenter,
String department,
String costingSheet,
String functionalArea,
String country,
String region,
String cityName,
String costCenterStandardHierArea,
String costCenterCategory,
String isBlkdForPrimaryCostsPosting,
String isBlkdForSecondaryCostsPosting,
String isBlockedForRevenuePosting,
String isBlockedForCommitmentPosting,
String isBlockedForPlanPrimaryCosts,
String isBlockedForPlanSecondaryCosts,
String isBlockedForPlanRevenues,
String consumptionQtyIsRecorded,
String language,
String costCenterCreatedByUser,
LocalDateTime costCenterCreationDate,
List<CostCenterText> toText) |
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 © 2019 SAP SE. All rights reserved.