com.techventus.server.voice.util.JSONContants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-voice-java Show documentation
Show all versions of google-voice-java Show documentation
An Unofficial Java API for Google Voice
The newest version!
package com.techventus.server.voice.util;
/**
* JSON keys used in the Google Voice response.
*
* @author Tiago Proenca (tproenca)
*
*/
public class JSONContants {
public static final String MESSAGES = "messages";
public static final String ID = "id";
public static final String START_TIME = "startTime";
public static final String NOTE = "note";
public static final String IS_READ = "isRead";
public static final String STARRED = "star";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy