public class SalesSchedgAgrmtByKeyFluentHelper extends FluentHelperByKey<SalesSchedgAgrmtByKeyFluentHelper,SalesSchedgAgrmt,SalesSchedgAgrmtSelectable>
SalesSchedgAgrmt
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 |
---|
SalesSchedgAgrmtByKeyFluentHelper(String servicePath,
String salesSchedulingAgreement)
Deprecated.
Use the constructor
SalesSchedgAgrmtByKeyFluentHelper(String, String, String)
instead. |
SalesSchedgAgrmtByKeyFluentHelper(String servicePath,
String entityCollection,
String salesSchedulingAgreement)
Creates a fluent helper object that will fetch a single
SalesSchedgAgrmt entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<SalesSchedgAgrmt> |
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 SalesSchedgAgrmtByKeyFluentHelper(@Nonnull String servicePath, String salesSchedulingAgreement)
SalesSchedgAgrmtByKeyFluentHelper(String, String, String)
instead.SalesSchedgAgrmt
entity with the provided key field values. To perform execution, call the execute
method on the fluent helper object.salesSchedulingAgreement
- The number that uniquely identifies the sales scheduling agreement.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single SalesSchedgAgrmt
public SalesSchedgAgrmtByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String salesSchedulingAgreement)
SalesSchedgAgrmt
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 SalesSchedgAgrmt
salesSchedulingAgreement
- The number that uniquely identifies the sales scheduling agreement.
Constraints: Not nullable, Maximum length: 10
servicePath
- Service path to be used to fetch a single SalesSchedgAgrmt
@Nonnull protected Class<SalesSchedgAgrmt> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SalesSchedgAgrmtByKeyFluentHelper,SalesSchedgAgrmt,SalesSchedgAgrmt>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<SalesSchedgAgrmtByKeyFluentHelper,SalesSchedgAgrmt,SalesSchedgAgrmtSelectable>
Copyright © 2021 SAP SE. All rights reserved.