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)
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, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public DelivSchedSoldToPartyDetnByKeyFluentHelper(@Nonnull String servicePath, 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.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 © 2020 SAP SE. All rights reserved.