Uses of Class
com.sola.instagram.model.Relationship.Action

Packages that use Relationship.Action
com.sola.instagram   
com.sola.instagram.model   
 

Uses of Relationship.Action in com.sola.instagram
 

Methods in com.sola.instagram with parameters of type Relationship.Action
 boolean InstagramSession.modifyRelationship(int userId, Relationship.Action action)
           
 

Uses of Relationship.Action in com.sola.instagram.model
 

Methods in com.sola.instagram.model that return Relationship.Action
static Relationship.Action Relationship.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Relationship.Action[] Relationship.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.