public interface ServiceMetadata
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.constants.ODataServiceVersion |
getDataServiceVersion()
Get the data-service version.
|
org.apache.olingo.commons.api.edm.Edm |
getEdm()
Gets the entity data model.
|
List<org.apache.olingo.commons.api.edmx.EdmxReference> |
getReferences()
Gets the list of references defined for this service.
|
ServiceMetadataETagSupport |
getServiceMetadataETagSupport()
Gets the helper for ETag support of the metadata document (may be NULL).
|
org.apache.olingo.commons.api.edm.Edm getEdm()
org.apache.olingo.commons.api.edm.constants.ODataServiceVersion getDataServiceVersion()
List<org.apache.olingo.commons.api.edmx.EdmxReference> getReferences()
ServiceMetadataETagSupport getServiceMetadataETagSupport()
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.