Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.distributionchannel |
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.
|
List<DistributionChannelText> |
DistributionChannel.getTextOrFetch()
Retrieval of associated DistributionChannelText entities (one to many).
|
com.google.common.base.Optional<List<DistributionChannelText>> |
DistributionChannel.getTextOrNull()
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) |
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,
ErpConfigContext erpConfigContext,
List<DistributionChannelText> toText) |
Copyright © 2018 SAP SE. All rights reserved.