@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultDocumentComplianceElectronicDocumentFileService") public class DefaultDocumentComplianceElectronicDocumentFileService extends Object implements ServiceWithNavigableEntities, 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 |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultDocumentComplianceElectronicDocumentFileService()
Creates a service using
DocumentComplianceElectronicDocumentFileService.DEFAULT_SERVICE_PATH to send the
requests. |
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. |
String |
getServicePath()
Getter for the OData service root path.
|
DefaultDocumentComplianceElectronicDocumentFileService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultDocumentComplianceElectronicDocumentFileService()
DocumentComplianceElectronicDocumentFileService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultDocumentComplianceElectronicDocumentFileService withServicePath(@Nonnull String servicePath)
DocumentComplianceElectronicDocumentFileService
withServicePath
in interface DocumentComplianceElectronicDocumentFileService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
DocumentComplianceElectronicDocumentFileService
batch
in interface DocumentComplianceElectronicDocumentFileService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<ElectronicDocFile> getAllElectronicDocFile()
DocumentComplianceElectronicDocumentFileService
ElectronicDocFile
entities.getAllElectronicDocFile
in interface DocumentComplianceElectronicDocumentFileService
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 public CountRequestBuilder<ElectronicDocFile> countElectronicDocFile()
DocumentComplianceElectronicDocumentFileService
ElectronicDocFile
entity collection matching the filter and search expressions.countElectronicDocFile
in interface DocumentComplianceElectronicDocumentFileService
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 public GetByKeyRequestBuilder<ElectronicDocFile> getElectronicDocFileByKey(@Nonnull UUID electronicDocFileUUID)
DocumentComplianceElectronicDocumentFileService
ElectronicDocFile
entity using key fields.getElectronicDocFileByKey
in interface DocumentComplianceElectronicDocumentFileService
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.@Nonnull public String getServicePath()
ServiceWithNavigableEntities
getServicePath
in interface ServiceWithNavigableEntities
Copyright © 2021 SAP SE. All rights reserved.