public class OutgoingFriendRequestImpl extends java.lang.Object implements OutgoingFriendRequest
Constructor and Description |
---|
OutgoingFriendRequestImpl(User user) |
Modifier and Type | Method and Description |
---|---|
RestAction |
cancel() |
boolean |
equals(java.lang.Object o) |
RelationshipType |
getType() |
User |
getUser() |
int |
hashCode() |
java.lang.String |
toString() |
public OutgoingFriendRequestImpl(User user)
public RelationshipType getType()
getType
in interface Relationship
public User getUser()
getUser
in interface Relationship
public RestAction cancel()
cancel
in interface OutgoingFriendRequest
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