public class BlockedUserImpl extends java.lang.Object implements BlockedUser
Constructor and Description |
---|
BlockedUserImpl(User user) |
Modifier and Type | Method and Description |
---|---|
RelationshipType |
getType() |
User |
getUser() |
RestAction |
unblockUser() |
public BlockedUserImpl(User user)
public RelationshipType getType()
getType
in interface Relationship
public User getUser()
getUser
in interface Relationship
public RestAction unblockUser()
unblockUser
in interface BlockedUser