Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.LockboxBatchItem
Packages that use LockboxBatchItem
Package
Description
-
Uses of LockboxBatchItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with type parameters of type LockboxBatchItemModifier and TypeFieldDescriptionstatic final LockboxClearingOneToOneLink<LockboxBatchItem>LockboxClearing.TO_BATCH_ITEMUse with available fluent helpers to apply the to_BatchItem navigation property to query operations.static final LockboxBatchLink<LockboxBatchItem>LockboxBatch.TO_ITEMUse with available fluent helpers to apply the to_Item navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox that return LockboxBatchItemModifier and TypeMethodDescriptionLockboxBatchItem.LockboxBatchItemBuilder.build()LockboxClearing.fetchBatchItem()Fetches the LockboxBatchItem entity (one to one) associated with this entity.LockboxClearing.getBatchItemOrFetch()Retrieval of associated LockboxBatchItem entity (one to one).protected LockboxBatchItemLockboxBatchItemCreateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox that return types with arguments of type LockboxBatchItemModifier and TypeMethodDescriptionLockboxBatch.fetchItem()Fetches the LockboxBatchItem entities (one to many) associated with this entity.io.vavr.control.Option<LockboxBatchItem>LockboxClearing.getBatchItemIfPresent()Retrieval of associated LockboxBatchItem entity (one to one).protected Class<LockboxBatchItem>LockboxBatchItemByKeyFluentHelper.getEntityClass()protected Class<LockboxBatchItem>LockboxBatchItemFluentHelper.getEntityClass()io.vavr.control.Option<List<LockboxBatchItem>>LockboxBatch.getItemIfPresent()Retrieval of associated LockboxBatchItem entities (one to many).LockboxBatch.getItemOrFetch()Retrieval of associated LockboxBatchItem entities (one to many).LockboxBatchItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with parameters of type LockboxBatchItemModifier and TypeMethodDescriptionvoidLockboxBatch.addItem(LockboxBatchItem... entity) Adds elements to the list of associated LockboxBatchItem entities.LockboxClearing.LockboxClearingBuilder.batchItem(LockboxBatchItem value) Navigation property to_BatchItem for LockboxClearing to single LockboxBatchItem.LockboxBatch.LockboxBatchBuilder.item(LockboxBatchItem... value) Navigation property to_Item for LockboxBatch to multiple LockboxBatchItem.voidLockboxClearing.setBatchItem(LockboxBatchItem value) Overwrites the associated LockboxBatchItem entity for the loaded navigation property to_BatchItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with type arguments of type LockboxBatchItemModifier and TypeMethodDescriptionvoidLockboxBatch.setItem(List<LockboxBatchItem> value) Overwrites the list of associated LockboxBatchItem entities for the loaded navigation property to_Item.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with parameters of type LockboxBatchItemModifierConstructorDescriptionLockboxBatchItemCreateFluentHelper(String servicePath, LockboxBatchItem entity, String entityCollection) Creates a fluent helper object that will create aLockboxBatchItementity on the OData endpoint.LockboxClearing(String paymentAdvice, String paymentAdviceItem, String paymentAdviceAccount, String paymentAdviceAccountType, String companyCode, String lockboxBatchInternalKey, String lockboxBatchItem, String lockboxBatch, String paymentReference, BigDecimal netPaymentAmountInPaytCurrency, BigDecimal deductionAmountInPaytCurrency, String paymentDifferenceReason, String currency, LockboxBatchItem toBatchItem, LockboxBatch toRoot) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with type arguments of type LockboxBatchItemModifierConstructorDescriptionLockboxBatch(String lockboxBatchInternalKey, String lockboxBatch, String lockbox, String companyCode, String lockboxBatchDestination, String lockboxBatchOrigin, ZonedDateTime depositDateTime, String incomingPaymentFile, String lockboxBatchStatus, String lockboxBatchStatusName, Short numberOfItems, String currency, BigDecimal amountInTransactionCurrency, Short numberOfIncompleteCheques, String batchIsLatest, String journalEntryIsNotToBePosted, List<LockboxBatchItem> toItem) -
Uses of LockboxBatchItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.batch with parameters of type LockboxBatchItemModifier and TypeMethodDescriptionDefaultPostLockboxServiceBatchChangeSet.createLockboxBatchItem(LockboxBatchItem lockboxBatchItem) PostLockboxServiceBatchChangeSet.createLockboxBatchItem(LockboxBatchItem lockboxBatchItem) Create a newLockboxBatchItementity and save it to the S/4HANA system. -
Uses of LockboxBatchItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.link that return types with arguments of type LockboxBatchItemModifier and TypeMethodDescriptionLockboxBatchItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.link with type arguments of type LockboxBatchItemModifier and TypeMethodDescriptionprotected LockboxBatchItemLink<ObjectT>LockboxBatchItemLink.translateLinkType(EntityLink<LockboxBatchItemLink<ObjectT>, LockboxBatchItem, ObjectT> link) -
Uses of LockboxBatchItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LockboxBatchItemModifier and TypeMethodDescriptionDefaultPostLockboxService.createLockboxBatchItem(LockboxBatchItem lockboxBatchItem) Deprecated.PostLockboxService.createLockboxBatchItem(LockboxBatchItem lockboxBatchItem) Deprecated.Create a newLockboxBatchItementity and save it to the S/4HANA system.