public class DefaultBillingDocumentRequestServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<BillingDocumentRequestServiceBatch,BillingDocumentRequestServiceBatchChangeSet> implements BillingDocumentRequestServiceBatchChangeSet
BillingDocumentRequestServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BillingDocumentRequestService
.Modifier and Type | Method and Description |
---|---|
BillingDocumentRequestServiceBatchChangeSet |
deleteBillingDocumentRequest(BillingDocumentRequest billingDocumentRequest)
Deletes an existing
BillingDocumentRequest entity in the S/4HANA system. |
protected DefaultBillingDocumentRequestServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultBillingDocumentRequestServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<BillingDocumentRequestServiceBatch,BillingDocumentRequestServiceBatchChangeSet>
@Nonnull public BillingDocumentRequestServiceBatchChangeSet deleteBillingDocumentRequest(@Nonnull BillingDocumentRequest billingDocumentRequest)
BillingDocumentRequest
entity in the S/4HANA system.deleteBillingDocumentRequest
in interface BillingDocumentRequestServiceBatchChangeSet
billingDocumentRequest
- BillingDocumentRequest
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.