Class DefaultRequestsForQuotationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<RequestsForQuotationServiceBatch,RequestsForQuotationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.requestsforquotation.batch.DefaultRequestsForQuotationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<RequestsForQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<RequestsForQuotationServiceBatch>,RequestsForQuotationServiceBatchChangeSet
public class DefaultRequestsForQuotationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<RequestsForQuotationServiceBatch,RequestsForQuotationServiceBatchChangeSet>
implements RequestsForQuotationServiceBatchChangeSet
Implementation of the
RequestsForQuotationServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
RequestsForQuotationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateRequestForQuotation(RequestForQuotation requestForQuotation) Create a newRequestForQuotationentity and save it to the S/4HANA system.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.createRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Create a newRequestForQuotationItementity and save it to the S/4HANA system.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deletes an existingRequestForQuotationentity in the S/4HANA system.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.deleteRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deletes an existingRequestForQuotationItementity in the S/4HANA system.getThis()updateRequestForQuotation(RequestForQuotation requestForQuotation) Update an existingRequestForQuotationentity and save it to the S/4HANA system.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.updateRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Update an existingRequestForQuotationItementity and save it to the S/4HANA system.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
-
createRequestForQuotation
@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Description copied from interface:RequestsForQuotationServiceBatchChangeSetCreate a newRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotation-RequestForQuotationentity object that will be created 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.
-
updateRequestForQuotation
@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Description copied from interface:RequestsForQuotationServiceBatchChangeSetUpdate an existingRequestForQuotationentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotation-RequestForQuotationentity object that will be updated 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.
-
deleteRequestForQuotation
@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Description copied from interface:RequestsForQuotationServiceBatchChangeSetDeletes an existingRequestForQuotationentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotation-RequestForQuotationentity 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.
-
createRequestForQuotationBidder
@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Description copied from interface:RequestsForQuotationServiceBatchChangeSetCreate a newRequestForQuotationBidderentity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationBidderin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be created 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.
-
updateRequestForQuotationBidder
@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Description copied from interface:RequestsForQuotationServiceBatchChangeSetUpdate an existingRequestForQuotationBidderentity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationBidderin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be updated 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.
-
deleteRequestForQuotationBidder
@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Description copied from interface:RequestsForQuotationServiceBatchChangeSetDeletes an existingRequestForQuotationBidderentity in the S/4HANA system.- Specified by:
deleteRequestForQuotationBidderin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity 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.
-
createRequestForQuotationItem
@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Description copied from interface:RequestsForQuotationServiceBatchChangeSetCreate a newRequestForQuotationItementity and save it to the S/4HANA system.- Specified by:
createRequestForQuotationItemin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be created 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.
-
updateRequestForQuotationItem
@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Description copied from interface:RequestsForQuotationServiceBatchChangeSetUpdate an existingRequestForQuotationItementity and save it to the S/4HANA system.- Specified by:
updateRequestForQuotationItemin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be updated 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.
-
deleteRequestForQuotationItem
@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Description copied from interface:RequestsForQuotationServiceBatchChangeSetDeletes an existingRequestForQuotationItementity in the S/4HANA system.- Specified by:
deleteRequestForQuotationItemin interfaceRequestsForQuotationServiceBatchChangeSet- Parameters:
requestForQuotationItem-RequestForQuotationItementity 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.
-