public class IncomingFriendRequestImpl extends java.lang.Object implements IncomingFriendRequest
Constructor and Description |
---|
IncomingFriendRequestImpl(User user) |
Modifier and Type | Method and Description |
---|---|
RestAction |
accept() |
boolean |
equals(java.lang.Object o) |
RelationshipType |
getType() |
User |
getUser() |
int |
hashCode() |
RestAction |
ignore() |
java.lang.String |
toString() |
public IncomingFriendRequestImpl(User user)
public RelationshipType getType()
getType
in interface Relationship
public User getUser()
getUser
in interface Relationship
public RestAction accept()
accept
in interface IncomingFriendRequest
public RestAction ignore()
ignore
in interface IncomingFriendRequest
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object