Class DefaultProcessOrderV2ServiceBatch
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorderv2.batch.DefaultProcessOrderV2ServiceBatch
- All Implemented Interfaces:
FluentHelperServiceBatch<ProcessOrderV2ServiceBatch,,ProcessOrderV2ServiceBatchChangeSet> FluentHelperServiceBatchExecute,ProcessOrderV2ServiceBatch
public class DefaultProcessOrderV2ServiceBatch
extends BatchFluentHelperBasic<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
implements ProcessOrderV2ServiceBatch
Default implementation of the
ProcessOrderV2ServiceBatch interface exposed in the
ProcessOrderV2Service, allowing you
to create multiple changesets and finally execute the batch request.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this DefaultProcessOrderV2ServiceBatch.DefaultProcessOrderV2ServiceBatch(ProcessOrderV2Service service, String servicePath) Creates a new instance of this DefaultProcessOrderV2ServiceBatch. -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected DefaultProcessOrderV2ServiceBatchgetThis()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
-
DefaultProcessOrderV2ServiceBatch
Creates a new instance of this DefaultProcessOrderV2ServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.
-
DefaultProcessOrderV2ServiceBatch
public DefaultProcessOrderV2ServiceBatch(@Nonnull ProcessOrderV2Service service, @Nonnull String servicePath) Creates a new instance of this DefaultProcessOrderV2ServiceBatch.- 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<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
-
beginChangeSet
- Specified by:
beginChangeSetin interfaceFluentHelperServiceBatch<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
-