com.sola.instagram.io
Class UriFactory.Users

java.lang.Object
  extended by com.sola.instagram.io.UriFactory.Users
Enclosing class:
UriFactory

public class UriFactory.Users
extends java.lang.Object


Field Summary
static java.lang.String GET_DATA
           
static java.lang.String GET_FEED
           
static java.lang.String GET_LIKED_MEDIA
           
static java.lang.String GET_RECENT_MEDIA
           
static java.lang.String SEARCH_USER_BY_NAME
           
 
Constructor Summary
UriFactory.Users()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_DATA

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

GET_FEED

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

GET_RECENT_MEDIA

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

GET_LIKED_MEDIA

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

SEARCH_USER_BY_NAME

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

UriFactory.Users

public UriFactory.Users()