Modifier and Type | Field and Description |
---|---|
static StatisticalKeyFigureLink<StatisticalKeyFigureText> |
StatisticalKeyFigure.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
StatisticalKeyFigureText |
StatisticalKeyFigureText.StatisticalKeyFigureTextBuilder.build() |
protected StatisticalKeyFigureText |
StatisticalKeyFigureTextDeleteFluentHelper.getEntity() |
protected StatisticalKeyFigureText |
StatisticalKeyFigureTextCreateFluentHelper.getEntity() |
protected StatisticalKeyFigureText |
StatisticalKeyFigureTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<StatisticalKeyFigureText> |
StatisticalKeyFigure.fetchText()
Fetches the StatisticalKeyFigureText entities (one to many) associated with this entity.
|
protected Class<StatisticalKeyFigureText> |
StatisticalKeyFigureTextFluentHelper.getEntityClass() |
protected Class<StatisticalKeyFigureText> |
StatisticalKeyFigureTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<StatisticalKeyFigureText>> |
StatisticalKeyFigure.getTextIfPresent()
Retrieval of associated StatisticalKeyFigureText entities (one to many).
|
List<StatisticalKeyFigureText> |
StatisticalKeyFigure.getTextOrFetch()
Retrieval of associated StatisticalKeyFigureText entities (one to many).
|
Class<StatisticalKeyFigureText> |
StatisticalKeyFigureText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
StatisticalKeyFigure.addText(StatisticalKeyFigureText... entity)
Adds elements to the list of associated StatisticalKeyFigureText entities.
|
StatisticalKeyFigure.StatisticalKeyFigureBuilder |
StatisticalKeyFigure.StatisticalKeyFigureBuilder.text(StatisticalKeyFigureText... value)
Navigation property to_Text for StatisticalKeyFigure to multiple
StatisticalKeyFigureText.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticalKeyFigure.setText(List<StatisticalKeyFigureText> value)
Overwrites the list of associated StatisticalKeyFigureText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
StatisticalKeyFigureTextCreateFluentHelper(String servicePath,
StatisticalKeyFigureText entity)
Creates a fluent helper object that will create a
StatisticalKeyFigureText entity on the OData endpoint. |
StatisticalKeyFigureTextDeleteFluentHelper(String servicePath,
StatisticalKeyFigureText entity)
Creates a fluent helper object that will delete a
StatisticalKeyFigureText entity on the OData endpoint. |
StatisticalKeyFigureTextUpdateFluentHelper(String servicePath,
StatisticalKeyFigureText entity)
Creates a fluent helper object that will update a
StatisticalKeyFigureText entity on the OData endpoint. |
Constructor and Description |
---|
StatisticalKeyFigure(String statisticalKeyFigure,
String controllingArea,
String ststcKeyFigQuantityUnit,
String ststcKeyFigCategory,
List<StatisticalKeyFigureText> toText) |
Modifier and Type | Method and Description |
---|---|
StatisticalKeyFigureServiceBatchChangeSet |
DefaultStatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Create a new
StatisticalKeyFigureText entity and save it to the S/4HANA system. |
StatisticalKeyFigureServiceBatchChangeSet |
StatisticalKeyFigureServiceBatchChangeSet.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Create a new
StatisticalKeyFigureText entity and save it to the S/4HANA system. |
StatisticalKeyFigureServiceBatchChangeSet |
DefaultStatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Deletes an existing
StatisticalKeyFigureText entity in the S/4HANA system. |
StatisticalKeyFigureServiceBatchChangeSet |
StatisticalKeyFigureServiceBatchChangeSet.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Deletes an existing
StatisticalKeyFigureText entity in the S/4HANA system. |
StatisticalKeyFigureServiceBatchChangeSet |
DefaultStatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Update an existing
StatisticalKeyFigureText entity and save it to the S/4HANA system. |
StatisticalKeyFigureServiceBatchChangeSet |
StatisticalKeyFigureServiceBatchChangeSet.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText)
Update an existing
StatisticalKeyFigureText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<StatisticalKeyFigureText> |
StatisticalKeyFigureTextOneToOneLink.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 StatisticalKeyFigureTextLink<ObjectT> |
StatisticalKeyFigureTextLink.translateLinkType(EntityLink<StatisticalKeyFigureTextLink<ObjectT>,StatisticalKeyFigureText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.