public class DelivSchedSoldToPartyDetnByKeyFluentHelper extends FluentHelperByKey<DelivSchedSoldToPartyDetnByKeyFluentHelper,DelivSchedSoldToPartyDetn,DelivSchedSoldToPartyDetnSelectable>
DelivSchedSoldToPartyDetn
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 |
---|
DelivSchedSoldToPartyDetnByKeyFluentHelper(String servicePath,
String supplier,
String partnerDescription,
String unloadingPointName)
Deprecated.
Use the constructor
DelivSchedSoldToPartyDetnByKeyFluentHelper(String, String, String, String, String)
instead. |
DelivSchedSoldToPartyDetnByKeyFluentHelper(String servicePath,
String entityCollection,
String supplier,
String partnerDescription,
String unloadingPointName)
Creates a fluent helper object that will fetch a single
DelivSchedSoldToPartyDetn entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<DelivSchedSoldToPartyDetn> |
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 DelivSchedSoldToPartyDetnByKeyFluentHelper(@Nonnull String servicePath, String supplier, String partnerDescription, String unloadingPointName)
DelivSchedSoldToPartyDetnByKeyFluentHelper(String, String, String, String, String)
instead.DelivSchedSoldToPartyDetn
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).
Constraints: Not nullable, Maximum length: 25
servicePath
- Service path to be used to fetch a single DelivSchedSoldToPartyDetn
supplier
- The number which the customer has assigned to the supplier.
Constraints: Not nullable, Maximum length: 17
partnerDescription
- Sold-to party number sent in by the customer in delivery schedules.
Constraints: Not nullable, Maximum length: 30
public DelivSchedSoldToPartyDetnByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String supplier, String partnerDescription, String unloadingPointName)
DelivSchedSoldToPartyDetn
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 DelivSchedSoldToPartyDetn
unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).
Constraints: Not nullable, Maximum length: 25
servicePath
- Service path to be used to fetch a single DelivSchedSoldToPartyDetn
supplier
- The number which the customer has assigned to the supplier.
Constraints: Not nullable, Maximum length: 17
partnerDescription
- Sold-to party number sent in by the customer in delivery schedules.
Constraints: Not nullable, Maximum length: 30
@Nonnull protected Class<DelivSchedSoldToPartyDetn> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<DelivSchedSoldToPartyDetnByKeyFluentHelper,DelivSchedSoldToPartyDetn,DelivSchedSoldToPartyDetn>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<DelivSchedSoldToPartyDetnByKeyFluentHelper,DelivSchedSoldToPartyDetn,DelivSchedSoldToPartyDetnSelectable>
Copyright © 2021 SAP SE. All rights reserved.