Interface BillingDocumentRequestServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BillingDocumentRequestServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BillingDocumentRequestServiceBatch>
- All Known Implementing Classes:
DefaultBillingDocumentRequestServiceBatchChangeSet
public interface BillingDocumentRequestServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BillingDocumentRequestServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BillingDocumentRequestServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
BillingDocumentRequestService.-
Method Summary
Modifier and TypeMethodDescriptiondeleteBillingDocumentRequest(BillingDocumentRequest billingDocumentRequest) Deletes an existingBillingDocumentRequestentity in the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
deleteBillingDocumentRequest
@Nonnull BillingDocumentRequestServiceBatchChangeSet deleteBillingDocumentRequest(@Nonnull BillingDocumentRequest billingDocumentRequest) Deletes an existingBillingDocumentRequestentity in the S/4HANA system.- Parameters:
billingDocumentRequest-BillingDocumentRequestentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-