Modifier and Type | Field and Description |
---|---|
static DistributionChannelLink<DistributionChannelText> |
DistributionChannel.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DistributionChannelText |
DistributionChannelText.DistributionChannelTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DistributionChannelText> |
DistributionChannel.fetchText()
Fetches the DistributionChannelText entities (one to many) associated with this entity.
|
protected Class<DistributionChannelText> |
DistributionChannelTextFluentHelper.getEntityClass() |
protected Class<DistributionChannelText> |
DistributionChannelTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<DistributionChannelText>> |
DistributionChannel.getTextIfPresent()
Retrieval of associated DistributionChannelText entities (one to many).
|
List<DistributionChannelText> |
DistributionChannel.getTextOrFetch()
Retrieval of associated DistributionChannelText entities (one to many).
|
Class<DistributionChannelText> |
DistributionChannelText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DistributionChannel.addText(DistributionChannelText... entity)
Adds elements to the list of associated DistributionChannelText entities.
|
DistributionChannel.DistributionChannelBuilder |
DistributionChannel.DistributionChannelBuilder.text(DistributionChannelText... value)
Navigation property to_Text for DistributionChannel to multiple DistributionChannelText.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionChannel.setText(List<DistributionChannelText> value)
Overwrites the list of associated DistributionChannelText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
DistributionChannel(String distributionChannel,
List<DistributionChannelText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DistributionChannelText> |
DistributionChannelTextOneToOneLink.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 DistributionChannelTextLink<ObjectT> |
DistributionChannelTextLink.translateLinkType(EntityLink<DistributionChannelTextLink<ObjectT>,DistributionChannelText,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.