Uses of Class
org.odata4j.core.ODataVersion

Packages that use ODataVersion
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.internal   
 

Uses of ODataVersion in org.odata4j.core
 

Fields in org.odata4j.core declared as ODataVersion
static ODataVersion ODataConstants.DATA_SERVICE_VERSION
           
 

Methods in org.odata4j.core that return ODataVersion
static ODataVersion ODataVersion.parse(String str)
          Identify a version by version string.
static ODataVersion ODataVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ODataVersion[] ODataVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odata4j.core with parameters of type ODataVersion
static boolean ODataVersion.isVersionGreaterThan(ODataVersion v, ODataVersion target)
          Returns true if the version v is greater than the target version
static boolean ODataVersion.isVersionGreaterThanOrEqualTo(ODataVersion v, ODataVersion target)
          Returns true if the version v is greater than or equal to the target version
 

Uses of ODataVersion in org.odata4j.edm
 

Methods in org.odata4j.edm with parameters of type ODataVersion
 EdmDataServices.Builder EdmDataServices.Builder.setVersion(ODataVersion version)
           
 

Constructors in org.odata4j.edm with parameters of type ODataVersion
EdmDataServices(ODataVersion version, ImmutableList<EdmSchema> schemas, ImmutableList<PrefixedNamespace> namespaces)
           
 

Uses of ODataVersion in org.odata4j.format
 

Fields in org.odata4j.format declared as ODataVersion
 ODataVersion Settings.version
           
 

Constructors in org.odata4j.format with parameters of type ODataVersion
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping)
           
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping, boolean isResponse)
           
Settings(ODataVersion version, EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping, boolean isResponse, EdmType parseType)
           
 

Uses of ODataVersion in org.odata4j.format.json
 

Fields in org.odata4j.format.json declared as ODataVersion
protected  ODataVersion JsonFormatParser.version
           
 

Uses of ODataVersion in org.odata4j.internal
 

Methods in org.odata4j.internal that return ODataVersion
static ODataVersion InternalUtil.getDataServiceVersion(String headerValue)
           
 



http://odata4j.org