Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.profitcenter | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.profitcenter.link |
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> |
ProfitCenterTextByKeyFluentHelper.getEntityClass() |
protected Class<ProfitCenterText> |
ProfitCenterTextFluentHelper.getEntityClass() |
io.vavr.control.Option<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)
Navigation property to_Text for ProfitCenter to multiple ProfitCenterText.
|
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.
|
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,
List<ProfitCenterText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProfitCenterText> |
ProfitCenterTextOneToOneLink.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 ProfitCenterTextLink<ObjectT> |
ProfitCenterTextLink.translateLinkType(EntityLink<ProfitCenterTextLink<ObjectT>,ProfitCenterText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.