com.sola.instagram.io
Class UriFactory.Comments

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

public class UriFactory.Comments
extends java.lang.Object


Field Summary
static java.lang.String DELETE_MEDIA_COMMENT
           
static java.lang.String GET_MEDIA_COMMENTS
           
static java.lang.String POST_MEDIA_COMMENT
           
 
Constructor Summary
UriFactory.Comments()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_MEDIA_COMMENTS

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

POST_MEDIA_COMMENT

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

DELETE_MEDIA_COMMENT

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

UriFactory.Comments

public UriFactory.Comments()