public class CntrlPurchaseContractItemByKeyFluentHelper extends FluentHelperByKey<CntrlPurchaseContractItemByKeyFluentHelper,CntrlPurchaseContractItem,CntrlPurchaseContractItemSelectable>
CntrlPurchaseContractItem
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 |
---|
CntrlPurchaseContractItemByKeyFluentHelper(String servicePath,
String centralPurchaseContract,
String centralPurchaseContractItem)
Deprecated.
Use the constructor
CntrlPurchaseContractItemByKeyFluentHelper(String, String, String, String)
instead. |
CntrlPurchaseContractItemByKeyFluentHelper(String servicePath,
String entityCollection,
String centralPurchaseContract,
String centralPurchaseContractItem)
Creates a fluent helper object that will fetch a single
CntrlPurchaseContractItem entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<CntrlPurchaseContractItem> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
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 CntrlPurchaseContractItemByKeyFluentHelper(@Nonnull String servicePath, String centralPurchaseContract, String centralPurchaseContractItem)
CntrlPurchaseContractItemByKeyFluentHelper(String, String, String, String)
instead.CntrlPurchaseContractItem
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.centralPurchaseContract
- Central Purchase Contract
Constraints: Not nullable, Maximum length: 10
centralPurchaseContractItem
- Central Purchase Contract Item
Constraints: Not nullable, Maximum length: 5
servicePath
- Service path to be used to fetch a single CntrlPurchaseContractItem
public CntrlPurchaseContractItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String centralPurchaseContract, String centralPurchaseContractItem)
CntrlPurchaseContractItem
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 CntrlPurchaseContractItem
centralPurchaseContract
- Central Purchase Contract
Constraints: Not nullable, Maximum length: 10
centralPurchaseContractItem
- Central Purchase Contract Item
Constraints: Not nullable, Maximum length: 5
servicePath
- Service path to be used to fetch a single CntrlPurchaseContractItem
Copyright © 2021 SAP SE. All rights reserved.