public class DistributionChannelTextByKeyFluentHelper extends FluentHelperByKey<DistributionChannelTextByKeyFluentHelper,DistributionChannelText,DistributionChannelTextSelectable>
DistributionChannelText
entity using key fields. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself.Constructor and Description |
---|
DistributionChannelTextByKeyFluentHelper(String servicePath,
String distributionChannel,
String language)
Deprecated.
Use the constructor
DistributionChannelTextByKeyFluentHelper(String, String, String, String)
instead. |
DistributionChannelTextByKeyFluentHelper(String servicePath,
String entityCollection,
String distributionChannel,
String language)
Creates a fluent helper object that will fetch a single
DistributionChannelText entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<DistributionChannelText> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
@Deprecated public DistributionChannelTextByKeyFluentHelper(@Nonnull String servicePath, String distributionChannel, String language)
DistributionChannelTextByKeyFluentHelper(String, String, String, String)
instead.DistributionChannelText
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.servicePath
- Service path to be used to fetch a single DistributionChannelText
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
public DistributionChannelTextByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String distributionChannel, String language)
DistributionChannelText
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.entityCollection
- Entity Collection to be used to fetch a single DistributionChannelText
servicePath
- Service path to be used to fetch a single DistributionChannelText
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels
are wholesale, retail, or direct sales.
Constraints: Not nullable, Maximum length: 2
@Nonnull protected Class<DistributionChannelText> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<DistributionChannelTextByKeyFluentHelper,DistributionChannelText,DistributionChannelText>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<DistributionChannelTextByKeyFluentHelper,DistributionChannelText,DistributionChannelTextSelectable>
Copyright © 2021 SAP SE. All rights reserved.