Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readcostcenter |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<CostCenterText> |
CostCenterText.ALL_FIELDS
Selector for all available fields of CostCenterText.
|
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.
|
List<CostCenterText> |
CostCenter.getTextOrFetch()
Retrieval of associated CostCenterText entities (one to many).
|
com.google.common.base.Optional<List<CostCenterText>> |
CostCenter.getTextOrNull()
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,
Calendar validityEndDate,
Calendar 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,
Calendar costCenterCreationDate,
ErpConfigContext erpConfigContext,
List<CostCenterText> toText) |
Copyright © 2017 SAP SE. All rights reserved.