public class DefaultLegalDocumentStatusServiceBatch extends BatchFluentHelperBasic<LegalDocumentStatusServiceBatch,LegalDocumentStatusServiceBatchChangeSet> implements LegalDocumentStatusServiceBatch
LegalDocumentStatusServiceBatch
interface exposed in the
LegalDocumentStatusService
, allowing you to create multiple changesets and finally execute the batch request.Constructor and Description |
---|
DefaultLegalDocumentStatusServiceBatch(LegalDocumentStatusService service)
Creates a new instance of this DefaultLegalDocumentStatusServiceBatch.
|
Modifier and Type | Method and Description |
---|---|
LegalDocumentStatusServiceBatchChangeSet |
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 DefaultLegalDocumentStatusServiceBatch |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addReadOperations, addReadOperations, cachingMetadata, execute, executeRequest, toRequest, withoutCachingMetadata, withoutCsrfToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addReadOperations, addReadOperations, cachingMetadata, withoutCachingMetadata
execute, executeRequest
public DefaultLegalDocumentStatusServiceBatch(@Nonnull LegalDocumentStatusService 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<LegalDocumentStatusServiceBatch,LegalDocumentStatusServiceBatchChangeSet>
@Nonnull protected DefaultLegalDocumentStatusServiceBatch getThis()
getThis
in class BatchFluentHelperBasic<LegalDocumentStatusServiceBatch,LegalDocumentStatusServiceBatchChangeSet>
@Nonnull public LegalDocumentStatusServiceBatchChangeSet beginChangeSet()
beginChangeSet
in interface FluentHelperServiceBatch<LegalDocumentStatusServiceBatch,LegalDocumentStatusServiceBatchChangeSet>
Copyright © 2021 SAP SE. All rights reserved.