Class DefaultBusinessEventSubscriptionServiceBatch
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventsubscription.batch.DefaultBusinessEventSubscriptionServiceBatch
- All Implemented Interfaces:
FluentHelperServiceBatch<BusinessEventSubscriptionServiceBatch,,BusinessEventSubscriptionServiceBatchChangeSet> FluentHelperServiceBatchExecute,BusinessEventSubscriptionServiceBatch
public class DefaultBusinessEventSubscriptionServiceBatch
extends BatchFluentHelperBasic<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
implements BusinessEventSubscriptionServiceBatch
Default implementation of the
BusinessEventSubscriptionServiceBatch interface exposed in the
BusinessEventSubscriptionService, allowing you to create multiple changesets and finally execute the batch request.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this DefaultBusinessEventSubscriptionServiceBatch.DefaultBusinessEventSubscriptionServiceBatch(BusinessEventSubscriptionService service, String servicePath) Creates a new instance of this DefaultBusinessEventSubscriptionServiceBatch. -
Method Summary
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
-
DefaultBusinessEventSubscriptionServiceBatch
public DefaultBusinessEventSubscriptionServiceBatch(@Nonnull BusinessEventSubscriptionService service) Creates a new instance of this DefaultBusinessEventSubscriptionServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.
-
DefaultBusinessEventSubscriptionServiceBatch
public DefaultBusinessEventSubscriptionServiceBatch(@Nonnull BusinessEventSubscriptionService service, @Nonnull String servicePath) Creates a new instance of this DefaultBusinessEventSubscriptionServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.servicePath- The custom service path to operate on.
-
-
Method Details
-
getServicePathForBatchRequest
-
getThis
-
beginChangeSet
- Specified by:
beginChangeSetin interfaceFluentHelperServiceBatch<BusinessEventSubscriptionServiceBatch,BusinessEventSubscriptionServiceBatchChangeSet>
-