Class SrvcContrItemProductByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<SrvcContrItemProductByKeyFluentHelper,SrvcContrItemProduct,SrvcContrItemProductSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.SrvcContrItemProductByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class SrvcContrItemProductByKeyFluentHelper
extends FluentHelperByKey<SrvcContrItemProductByKeyFluentHelper,SrvcContrItemProduct,SrvcContrItemProductSelectable>
Fluent helper to fetch a single
SrvcContrItemProduct
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionSrvcContrItemProductByKeyFluentHelper(String servicePath, String entityCollection, String serviceContract, String serviceContractItem, String serviceProductListItem) Creates a fluent helper object that will fetch a singleSrvcContrItemProductentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
SrvcContrItemProductByKeyFluentHelper
public SrvcContrItemProductByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String serviceContract, String serviceContractItem, String serviceProductListItem) Creates a fluent helper object that will fetch a singleSrvcContrItemProductentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
entityCollection- Entity Collection to be used to fetch a singleSrvcContrItemProductserviceContractItem- Shortened Item Number in DocumentConstraints: Not nullable, Maximum length: 6
servicePath- Service path to be used to fetch a singleSrvcContrItemProductserviceProductListItem- Counter for CRMS4D_ORDPRP_I product listConstraints: Not nullable, Maximum length: 6
serviceContract- Transaction IDConstraints: Not nullable, Maximum length: 10
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<SrvcContrItemProductByKeyFluentHelper,SrvcContrItemProduct, SrvcContrItemProduct>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<SrvcContrItemProductByKeyFluentHelper,SrvcContrItemProduct, SrvcContrItemProductSelectable>
-