com.sola.instagram.io
Class UriFactory.Likes

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

public class UriFactory.Likes
extends java.lang.Object


Field Summary
static java.lang.String GET_LIKERS
           
static java.lang.String REMOVE_LIKE
           
static java.lang.String SET_LIKE
           
 
Constructor Summary
UriFactory.Likes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_LIKERS

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

SET_LIKE

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

REMOVE_LIKE

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

UriFactory.Likes

public UriFactory.Likes()