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