Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readdistributionchannel |
Modifier and Type | Field and Description |
---|---|
static EntityField<DistributionChannel,String> |
DistributionChannel.DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
Modifier and Type | Method and Description |
---|---|
DistributionChannel |
DistributionChannel.DistributionChannelBuilder.build() |
DistributionChannel |
DistributionChannelByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
DistributionChannel |
DistributionChannelByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
DistributionChannel |
DistributionChannelByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
Modifier and Type | Method and Description |
---|---|
List<DistributionChannel> |
DistributionChannelFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<DistributionChannel> |
DistributionChannelFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<DistributionChannel> |
DistributionChannelFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<DistributionChannel,T> |
DistributionChannel.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<DistributionChannel> |
DistributionChannel.getType() |
Modifier and Type | Method and Description |
---|---|
DistributionChannelFluentHelper |
DistributionChannelFluentHelper.filter(ExpressionFluentHelper<DistributionChannel> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
DistributionChannelFluentHelper |
DistributionChannelFluentHelper.orderBy(EntityField<DistributionChannel,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Copyright © 2017 SAP SE. All rights reserved.