Class GenericRelationshipAddEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
-
- net.dv8tion.jda.client.events.relationship.GenericRelationshipAddEvent
-
- Direct Known Subclasses:
FriendAddedEvent
,FriendRequestReceivedEvent
,FriendRequestSentEvent
,UserBlockedEvent
public abstract class GenericRelationshipAddEvent extends GenericRelationshipEvent
-
-
Constructor Summary
Constructors Constructor Description GenericRelationshipAddEvent(JDA api, long responseNumber, Relationship relationship)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.client.events.relationship.GenericRelationshipEvent
getRelationship, getRelationshipType, getUser
-
Methods inherited from class net.dv8tion.jda.core.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
GenericRelationshipAddEvent
public GenericRelationshipAddEvent(JDA api, long responseNumber, Relationship relationship)
-
-