Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readcostcenterdata |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<CostCenterText> |
CostCenterText.ALL_FIELDS
Selector for all available fields of CostCenterText.
|
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.
|
List<CostCenterText> |
CostCenter.getCostCenterTextsOrFetch()
Retrieval of associated CostCenterText entities (one to many).
|
com.google.common.base.Optional<List<CostCenterText>> |
CostCenter.getCostCenterTextsOrNull()
Retrieval of associated CostCenterText entities (one to many).
|
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,
Calendar validityEndDate,
Calendar validityStartDate,
String status,
String category,
String language,
String costCenterName,
String costCenterDescription,
Calendar lastChangeDateTime,
ErpConfigContext erpConfigContext,
List<CostCenterText> toCostCenterTexts) |
Copyright © 2017 SAP SE. All rights reserved.