com.techventus.server.voice.util
Class JSONContants
java.lang.Object
com.techventus.server.voice.util.JSONContants
public class JSONContants
- extends java.lang.Object
JSON keys used in the Google Voice response.
- Author:
- Tiago Proenca (tproenca)
Field Summary |
static java.lang.String |
ID
|
static java.lang.String |
IS_READ
|
static java.lang.String |
MESSAGES
|
static java.lang.String |
NOTE
|
static java.lang.String |
STARRED
|
static java.lang.String |
START_TIME
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGES
public static final java.lang.String MESSAGES
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
START_TIME
public static final java.lang.String START_TIME
- See Also:
- Constant Field Values
NOTE
public static final java.lang.String NOTE
- See Also:
- Constant Field Values
IS_READ
public static final java.lang.String IS_READ
- See Also:
- Constant Field Values
STARRED
public static final java.lang.String STARRED
- See Also:
- Constant Field Values
JSONContants
public JSONContants()