|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sola.instagram.model.InstagramModel
com.sola.instagram.model.Relationship
public class Relationship
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 |
---|
public Relationship(org.json.JSONObject obj, java.lang.String accessToken) throws InstagramException
InstagramException
Method Detail |
---|
public Relationship.OutgoingStatus getOutgoingStatus()
public Relationship.IncomingStatus getIncomingStatus()
public boolean targetUserIsPrivate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |