public class DefaultFunctionalLocationServiceBatch extends BatchFluentHelperBasic<FunctionalLocationServiceBatch,FunctionalLocationServiceBatchChangeSet> implements FunctionalLocationServiceBatch
FunctionalLocationServiceBatch
interface exposed in the
FunctionalLocationService
,
allowing you to create multiple changesets and finally execute the batch request.Constructor and Description |
---|
DefaultFunctionalLocationServiceBatch(FunctionalLocationService service)
Creates a new instance of this DefaultFunctionalLocationServiceBatch.
|
Modifier and Type | Method and Description |
---|---|
FunctionalLocationServiceBatchChangeSet |
beginChangeSet()
Method to define a new OData batch changeset.
|
protected String |
getServicePathForBatchRequest()
Get the OData service endpoint path for the current OData batch request.
|
protected DefaultFunctionalLocationServiceBatch |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
cachingMetadata, execute, executeRequest, withoutCachingMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cachingMetadata, withoutCachingMetadata
execute, executeRequest
public DefaultFunctionalLocationServiceBatch(@Nonnull FunctionalLocationService service)
service
- The service to execute all operations in this changeset on.@Nonnull protected String getServicePathForBatchRequest()
DEFAULT_SERVICE_PATH
in the service class.getServicePathForBatchRequest
in class BatchFluentHelperBasic<FunctionalLocationServiceBatch,FunctionalLocationServiceBatchChangeSet>
@Nonnull protected DefaultFunctionalLocationServiceBatch getThis()
getThis
in class BatchFluentHelperBasic<FunctionalLocationServiceBatch,FunctionalLocationServiceBatchChangeSet>
@Nonnull public FunctionalLocationServiceBatchChangeSet beginChangeSet()
beginChangeSet
in interface FluentHelperServiceBatch<FunctionalLocationServiceBatch,FunctionalLocationServiceBatchChangeSet>
Copyright © 2020 SAP SE. All rights reserved.