Class DefaultBillingDocumentRequestServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<BillingDocumentRequestServiceBatch,BillingDocumentRequestServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billingdocumentrequest.batch.DefaultBillingDocumentRequestServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<BillingDocumentRequestServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BillingDocumentRequestServiceBatch>,BillingDocumentRequestServiceBatchChangeSet
public class DefaultBillingDocumentRequestServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<BillingDocumentRequestServiceBatch,BillingDocumentRequestServiceBatchChangeSet>
implements BillingDocumentRequestServiceBatchChangeSet
Implementation of the
BillingDocumentRequestServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BillingDocumentRequestService.-
Method Summary
Modifier and TypeMethodDescriptiondeleteBillingDocumentRequest(BillingDocumentRequest billingDocumentRequest) Deletes an existingBillingDocumentRequestentity in the S/4HANA system.getThis()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
-
deleteBillingDocumentRequest
@Nonnull public BillingDocumentRequestServiceBatchChangeSet deleteBillingDocumentRequest(@Nonnull BillingDocumentRequest billingDocumentRequest) Description copied from interface:BillingDocumentRequestServiceBatchChangeSetDeletes an existingBillingDocumentRequestentity in the S/4HANA system.- Specified by:
deleteBillingDocumentRequestin interfaceBillingDocumentRequestServiceBatchChangeSet- 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.
-