public class SalesOrderWithoutChargeItemByKeyFluentHelper extends FluentHelperByKey<SalesOrderWithoutChargeItemByKeyFluentHelper,SalesOrderWithoutChargeItem,SalesOrderWithoutChargeItemSelectable>
SalesOrderWithoutChargeItem
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 |
---|
SalesOrderWithoutChargeItemByKeyFluentHelper(String servicePath,
String salesOrderWithoutCharge,
String salesOrderWithoutChargeItem)
Deprecated.
Use the constructor
SalesOrderWithoutChargeItemByKeyFluentHelper(String, String, String, String)
instead. |
SalesOrderWithoutChargeItemByKeyFluentHelper(String servicePath,
String entityCollection,
String salesOrderWithoutCharge,
String salesOrderWithoutChargeItem)
Creates a fluent helper object that will fetch a single
SalesOrderWithoutChargeItem entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<SalesOrderWithoutChargeItem> |
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 SalesOrderWithoutChargeItemByKeyFluentHelper(@Nonnull String servicePath, String salesOrderWithoutCharge, String salesOrderWithoutChargeItem)
SalesOrderWithoutChargeItemByKeyFluentHelper(String, String, String, String)
instead.SalesOrderWithoutChargeItem
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 SalesOrderWithoutChargeItem
salesOrderWithoutChargeItem
- Sales Order Without Charge Item
Constraints: Not nullable, Maximum length: 6
salesOrderWithoutCharge
- Sales Order Without Charge
Constraints: Not nullable, Maximum length: 10
public SalesOrderWithoutChargeItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String salesOrderWithoutCharge, String salesOrderWithoutChargeItem)
SalesOrderWithoutChargeItem
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 SalesOrderWithoutChargeItem
servicePath
- Service path to be used to fetch a single SalesOrderWithoutChargeItem
salesOrderWithoutChargeItem
- Sales Order Without Charge Item
Constraints: Not nullable, Maximum length: 6
salesOrderWithoutCharge
- Sales Order Without Charge
Constraints: Not nullable, Maximum length: 10
@Nonnull protected Class<SalesOrderWithoutChargeItem> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SalesOrderWithoutChargeItemByKeyFluentHelper,SalesOrderWithoutChargeItem,SalesOrderWithoutChargeItem>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<SalesOrderWithoutChargeItemByKeyFluentHelper,SalesOrderWithoutChargeItem,SalesOrderWithoutChargeItemSelectable>
Copyright © 2021 SAP SE. All rights reserved.