public interface DocumentComplianceElectronicDocumentFileService
This service enables you to download eDocument file data in SAP S/4HANA Cloud that can be used by external applications. The service is based on the OData V4 protocol.
Reference: SAP API Business Hub
OData Service: | ELECTRONICDOCFILE_0001 |
API Version: | 1 |
Communication Scenario: | Document Compliance - Electronic Document File Integration (SAP_COM_0703) |
Authentication Methods: | Basic, x509 |
Service Group Name: | API_ELECTRONICDOCFILE |
Business Object: | ElectronicDocument |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
BatchRequestBuilder |
batch()
Creates a batch request builder object.
|
CountRequestBuilder<ElectronicDocFile> |
countElectronicDocFile()
Fetch the number of entries from the
ElectronicDocFile entity collection matching the filter and search expressions. |
GetAllRequestBuilder<ElectronicDocFile> |
getAllElectronicDocFile()
Fetch multiple
ElectronicDocFile entities. |
GetByKeyRequestBuilder<ElectronicDocFile> |
getElectronicDocFileByKey(UUID electronicDocFileUUID)
Fetch a single
ElectronicDocFile entity using key fields. |
DocumentComplianceElectronicDocumentFileService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull DocumentComplianceElectronicDocumentFileService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<ElectronicDocFile> getAllElectronicDocFile()
ElectronicDocFile
entities.ElectronicDocFile
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<ElectronicDocFile> countElectronicDocFile()
ElectronicDocFile
entity collection matching the filter and search expressions.ElectronicDocFile
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<ElectronicDocFile> getElectronicDocFileByKey(@Nonnull UUID electronicDocFileUUID)
ElectronicDocFile
entity using key fields.electronicDocFileUUID
- File GUID
Constraints: Not nullable
ElectronicDocFile
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.