com.sola.instagram.test
Class Constants

java.lang.Object
  extended by com.sola.instagram.test.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String ACCESS_TOKEN
           
static java.lang.String MY_ACCESS_TOKEN
           
static int VALID_LOCATION_ID
           
static java.lang.String VALID_MEDIA_ID
           
static int VALID_USER_ID
           
static java.lang.String VALID_USERNAME
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCESS_TOKEN

public static final java.lang.String ACCESS_TOKEN
See Also:
Constant Field Values

VALID_USER_ID

public static final int VALID_USER_ID
See Also:
Constant Field Values

VALID_USERNAME

public static final java.lang.String VALID_USERNAME
See Also:
Constant Field Values

VALID_MEDIA_ID

public static final java.lang.String VALID_MEDIA_ID
See Also:
Constant Field Values

VALID_LOCATION_ID

public static final int VALID_LOCATION_ID
See Also:
Constant Field Values

MY_ACCESS_TOKEN

public static final java.lang.String MY_ACCESS_TOKEN
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()