Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter |
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> |
CostCenterTextByKeyFluentHelper.getEntityClass() |
protected Class<CostCenterText> |
CostCenterTextFluentHelper.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.
|
protected CostCenterTextLink<ObjectT> |
CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>,CostCenterText,ObjectT> link) |
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,
ErpConfigContext erpConfigContext,
List<CostCenterText> toText) |
Copyright © 2018 SAP SE. All rights reserved.