com.sola.instagram.io
Class UriFactory.Tags

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

public class UriFactory.Tags
extends java.lang.Object


Field Summary
static java.lang.String GET_RECENT_TAGED_MEDIA
           
static java.lang.String GET_TAG
           
static java.lang.String SEARCH_TAGS
           
 
Constructor Summary
UriFactory.Tags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_TAG

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

GET_RECENT_TAGED_MEDIA

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

SEARCH_TAGS

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

UriFactory.Tags

public UriFactory.Tags()