Modifier and Type | Field and Description |
---|---|
static DistributionChannelTextOneToOneLink<DistributionChannel> |
DistributionChannelText.TO_DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the to_DistributionChannel navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
DistributionChannel |
DistributionChannel.DistributionChannelBuilder.build() |
DistributionChannel |
DistributionChannelText.fetchDistributionChannel()
Fetches the DistributionChannel entity (one to one) associated with this entity.
|
DistributionChannel |
DistributionChannelText.getDistributionChannelOrFetch()
Retrieval of associated DistributionChannel entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<DistributionChannel> |
DistributionChannelText.getDistributionChannelIfPresent()
Retrieval of associated DistributionChannel entity (one to one).
|
protected Class<DistributionChannel> |
DistributionChannelByKeyFluentHelper.getEntityClass() |
protected Class<DistributionChannel> |
DistributionChannelFluentHelper.getEntityClass() |
Class<DistributionChannel> |
DistributionChannel.getType() |
Modifier and Type | Method and Description |
---|---|
DistributionChannelText.DistributionChannelTextBuilder |
DistributionChannelText.DistributionChannelTextBuilder.distributionChannel(DistributionChannel value)
Navigation property to_DistributionChannel for DistributionChannelText to single
DistributionChannel.
|
void |
DistributionChannelText.setDistributionChannel(DistributionChannel value)
Overwrites the associated DistributionChannel entity for the loaded navigation property
to_DistributionChannel.
|
Constructor and Description |
---|
DistributionChannelText(String distributionChannel,
String language,
String distributionChannelName,
DistributionChannel toDistributionChannel) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DistributionChannel> |
DistributionChannelOneToOneLink.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 DistributionChannelLink<ObjectT> |
DistributionChannelLink.translateLinkType(EntityLink<DistributionChannelLink<ObjectT>,DistributionChannel,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.