com.sola.instagram.io
Class UriFactory.Relationships

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

public class UriFactory.Relationships
extends java.lang.Object


Field Summary
static java.lang.String GET_FOLLOW_REQUESTS
           
static java.lang.String GET_FOLLOWERS
           
static java.lang.String GET_FOLLOWS
           
static java.lang.String GET_RELATIONSHIP_STATUS
           
static java.lang.String MUTATE_RELATIONSHIP
           
 
Constructor Summary
UriFactory.Relationships()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_FOLLOWS

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

GET_FOLLOWERS

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

GET_FOLLOW_REQUESTS

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

GET_RELATIONSHIP_STATUS

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

MUTATE_RELATIONSHIP

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

UriFactory.Relationships

public UriFactory.Relationships()