Class DefaultSalesQuotationServiceBatch
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch.DefaultSalesQuotationServiceBatch
- All Implemented Interfaces:
FluentHelperServiceBatch<SalesQuotationServiceBatch,,SalesQuotationServiceBatchChangeSet> FluentHelperServiceBatchExecute,SalesQuotationServiceBatch
public class DefaultSalesQuotationServiceBatch
extends BatchFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
implements SalesQuotationServiceBatch
Default implementation of the
SalesQuotationServiceBatch interface exposed in the
SalesQuotationService, allowing you
to create multiple changesets and finally execute the batch request.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this DefaultSalesQuotationServiceBatch.DefaultSalesQuotationServiceBatch(SalesQuotationService service, String servicePath) Creates a new instance of this DefaultSalesQuotationServiceBatch. -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected DefaultSalesQuotationServiceBatchgetThis()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
addChangeSet, addReadOperations, addReadOperations, addReadOperations, executeRequest, toRequest, withoutCsrfTokenMethods 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.FluentHelperServiceBatch
addChangeSet, addReadOperations, addReadOperations, addReadOperationsMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatchExecute
executeRequest
-
Constructor Details
-
DefaultSalesQuotationServiceBatch
Creates a new instance of this DefaultSalesQuotationServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.
-
DefaultSalesQuotationServiceBatch
public DefaultSalesQuotationServiceBatch(@Nonnull SalesQuotationService service, @Nonnull String servicePath) Creates a new instance of this DefaultSalesQuotationServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.servicePath- The custom service path to operate on.
-
-
Method Details
-
getServicePathForBatchRequest
-
getThis
- Specified by:
getThisin classBatchFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
-
beginChangeSet
- Specified by:
beginChangeSetin interfaceFluentHelperServiceBatch<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
-