Package net.dv8tion.jda.client.entities
Interface Friend
-
- All Superinterfaces:
Relationship
public interface Friend extends Relationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Game
getGame()
OnlineStatus
getOnlineStatus()
java.time.OffsetDateTime
getOnlineStatusModifiedTime()
RestAction
removeFriend()
-
Methods inherited from interface net.dv8tion.jda.client.entities.Relationship
getType, getUser
-
-
-
-
Method Detail
-
getOnlineStatus
OnlineStatus getOnlineStatus()
-
getOnlineStatusModifiedTime
java.time.OffsetDateTime getOnlineStatusModifiedTime()
-
getGame
Game getGame()
-
removeFriend
@CheckReturnValue RestAction removeFriend()
-
-