public class OutgoingFriendRequestImpl extends java.lang.Object implements OutgoingFriendRequest
Constructor and Description |
---|
OutgoingFriendRequestImpl(User user) |
Modifier and Type | Method and Description |
---|---|
RestAction |
cancel() |
RelationshipType |
getType() |
User |
getUser() |
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