Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.profitcenter |
Modifier and Type | Field and Description |
---|---|
static ProfitCenterLink<ProfitCenterText> |
ProfitCenter.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProfitCenterText |
ProfitCenterText.ProfitCenterTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProfitCenterText> |
ProfitCenter.fetchText()
Fetches the ProfitCenterText entities (one to many) associated with this entity.
|
protected Class<ProfitCenterText> |
ProfitCenterTextFluentHelper.getEntityClass() |
protected Class<ProfitCenterText> |
ProfitCenterTextByKeyFluentHelper.getEntityClass() |
Optional<List<ProfitCenterText>> |
ProfitCenter.getTextIfPresent()
Retrieval of associated ProfitCenterText entities (one to many).
|
List<ProfitCenterText> |
ProfitCenter.getTextOrFetch()
Retrieval of associated ProfitCenterText entities (one to many).
|
Class<ProfitCenterText> |
ProfitCenterText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProfitCenter.addText(ProfitCenterText... entity)
Adds elements to the list of associated ProfitCenterText entities.
|
ProfitCenter.ProfitCenterBuilder |
ProfitCenter.ProfitCenterBuilder.text(ProfitCenterText... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProfitCenter.setText(List<ProfitCenterText> value)
Overwrites the list of associated ProfitCenterText entities for the loaded navigation property
to_Text.
|
protected ProfitCenterTextLink<ObjectT> |
ProfitCenterTextLink.translateLinkType(EntityLink<ProfitCenterTextLink<ObjectT>,ProfitCenterText,ObjectT> link) |
Constructor and Description |
---|
ProfitCenter(String controllingArea,
String profitCenter,
LocalDateTime validityEndDate,
String profitCtrResponsiblePersonName,
String companyCode,
String profitCtrResponsibleUser,
LocalDateTime validityStartDate,
String department,
String profitCenterStandardHierarchy,
String segment,
String profitCenterIsBlocked,
String formulaPlanningTemplate,
String formOfAddress,
String addressName,
String additionalName,
String profitCenterAddrName3,
String profitCenterAddrName4,
String streetAddressName,
String pOBox,
String cityName,
String postalCode,
String district,
String country,
String region,
String taxJurisdiction,
String language,
String phoneNumber1,
String phoneNumber2,
String teleboxNumber,
String telexNumber,
String faxNumber,
String dataCommunicationPhoneNumber,
String profitCenterPrinterName,
String profitCenterCreatedByUser,
LocalDateTime profitCenterCreationDate,
ErpConfigContext erpConfigContext,
List<ProfitCenterText> toText) |
Copyright © 2018 SAP SE. All rights reserved.