Package net.dv8tion.jda.client.entities
Interface Relationship
-
- All Known Subinterfaces:
BlockedUser
,Friend
,IncomingFriendRequest
,OutgoingFriendRequest
public interface Relationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipType
getType()
User
getUser()
-
-
-
Method Detail
-
getType
RelationshipType getType()
-
getUser
User getUser()
-
-