Package net.dv8tion.jda.client.entities
Interface IncomingFriendRequest
-
- All Superinterfaces:
Relationship
public interface IncomingFriendRequest extends Relationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestAction
accept()
RestAction
ignore()
-
Methods inherited from interface net.dv8tion.jda.client.entities.Relationship
getType, getUser
-
-
-
-
Method Detail
-
accept
@CheckReturnValue RestAction accept()
-
ignore
@CheckReturnValue RestAction ignore()
-
-