Uses of Enum
org.apache.olingo.commons.api.edm.constants.ODataServiceVersion
Packages that use ODataServiceVersion
Package
Description
Contains representations for constants related to EDM objects.
Olingo Server API
-
Uses of ODataServiceVersion in org.apache.olingo.client.api
Methods in org.apache.olingo.client.api that return ODataServiceVersion -
Uses of ODataServiceVersion in org.apache.olingo.commons.api.edm.constants
Methods in org.apache.olingo.commons.api.edm.constants that return ODataServiceVersionModifier and TypeMethodDescriptionstatic ODataServiceVersion
Returns the enum constant of this type with the specified name.static ODataServiceVersion[]
ODataServiceVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ODataServiceVersion in org.apache.olingo.ext.proxy
Constructors in org.apache.olingo.ext.proxy with parameters of type ODataServiceVersionModifierConstructorDescriptionprotected
AbstractService
(String compressedMetadata, String metadataETag, ODataServiceVersion version, String serviceRoot, boolean transactional) -
Uses of ODataServiceVersion in org.apache.olingo.server.api
Methods in org.apache.olingo.server.api that return ODataServiceVersionModifier and TypeMethodDescriptionServiceMetadata.getDataServiceVersion()
Get the data-service version.