twitter4jads.models.ads.Sentiments Maven / Gradle / Ivy
The newest version!
package twitter4jads.models.ads;
/**
*
* Date: 30/01/14
* Time: 11:52 AM
*/
public enum Sentiments {
POSITIVE_ONLY, ALL
}
package twitter4jads.models.ads;
/**
*
* Date: 30/01/14
* Time: 11:52 AM
*/
public enum Sentiments {
POSITIVE_ONLY, ALL
}