Class LockboxBatchItemByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<LockboxBatchItemByKeyFluentHelper,LockboxBatchItem,LockboxBatchItemSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.LockboxBatchItemByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class LockboxBatchItemByKeyFluentHelper
extends FluentHelperByKey<LockboxBatchItemByKeyFluentHelper,LockboxBatchItem,LockboxBatchItemSelectable>
Fluent helper to fetch a single
LockboxBatchItem 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
ConstructorsConstructorDescriptionLockboxBatchItemByKeyFluentHelper(String servicePath, String entityCollection, String lockboxBatchInternalKey, String lockboxBatchItem, String lockboxBatch) Creates a fluent helper object that will fetch a singleLockboxBatchItementity 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
-
LockboxBatchItemByKeyFluentHelper
public LockboxBatchItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String lockboxBatchInternalKey, String lockboxBatchItem, String lockboxBatch) Creates a fluent helper object that will fetch a singleLockboxBatchItementity 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 singleLockboxBatchItemlockboxBatch- Batch number (bundle number)Constraints: Not nullable, Maximum length: 3
servicePath- Service path to be used to fetch a singleLockboxBatchItemlockboxBatchInternalKey- Short Key for Bank Statement (Surrogate Key)Constraints: Not nullable, Maximum length: 8
lockboxBatchItem- Memo Record Number (Line Item Number in Bank Statement)Constraints: Not nullable, Maximum length: 5
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<LockboxBatchItemByKeyFluentHelper,LockboxBatchItem, LockboxBatchItem>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<LockboxBatchItemByKeyFluentHelper,LockboxBatchItem, LockboxBatchItemSelectable>
-