com.sola.instagram.model
Class Relationship

java.lang.Object
  extended by com.sola.instagram.model.InstagramModel
      extended by com.sola.instagram.model.Relationship

public class Relationship
extends InstagramModel


Nested Class Summary
static class Relationship.Action
           
static class Relationship.IncomingStatus
           
static class Relationship.OutgoingStatus
           
 
Constructor Summary
Relationship(org.json.JSONObject obj, java.lang.String accessToken)
           
 
Method Summary
 Relationship.IncomingStatus getIncomingStatus()
           
 Relationship.OutgoingStatus getOutgoingStatus()
           
 boolean targetUserIsPrivate()
           
 
Methods inherited from class com.sola.instagram.model.InstagramModel
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Relationship

public Relationship(org.json.JSONObject obj,
                    java.lang.String accessToken)
             throws InstagramException
Throws:
InstagramException
Method Detail

getOutgoingStatus

public Relationship.OutgoingStatus getOutgoingStatus()

getIncomingStatus

public Relationship.IncomingStatus getIncomingStatus()

targetUserIsPrivate

public boolean targetUserIsPrivate()