com.evernote.edam.userstore
Class Constants
java.lang.Object
com.evernote.edam.userstore.Constants
public class Constants
- extends Object
Contains constant values specified by this package.
|
Field Summary |
static short |
EDAM_VERSION_MAJOR
The major version number for the current revision of the EDAM protocol. |
static short |
EDAM_VERSION_MINOR
The minor version number for the current revision of the EDAM protocol. |
EDAM_VERSION_MAJOR
public static final short EDAM_VERSION_MAJOR
- The major version number for the current revision of the EDAM protocol.
Clients pass this to the service using UserStore.checkVersion at the
beginning of a session to confirm that they are not out of date.
- See Also:
- Constant Field Values
EDAM_VERSION_MINOR
public static final short EDAM_VERSION_MINOR
- The minor version number for the current revision of the EDAM protocol.
Clients pass this to the service using UserStore.checkVersion at the
beginning of a session to confirm that they are not out of date.
- See Also:
- Constant Field Values
Constants
public Constants()
Copyright © 2013. All Rights Reserved.