Class GenericCallEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.client.events.call.GenericCallEvent
-
- Direct Known Subclasses:
CallCreateEvent
,CallDeleteEvent
,CallUpdateRegionEvent
,GenericCallUpdateEvent
,GenericCallVoiceEvent
public abstract class GenericCallEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description GenericCallEvent(JDA api, long responseNumber, Call call)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Call
getCall()
Group
getGroup()
PrivateChannel
getPrivateChannel()
boolean
isGroupCall()
-
Methods inherited from class net.dv8tion.jda.core.events.Event
getJDA, getResponseNumber
-
-
-
-
Method Detail
-
getCall
public Call getCall()
-
isGroupCall
public boolean isGroupCall()
-
getGroup
public Group getGroup()
-
getPrivateChannel
public PrivateChannel getPrivateChannel()
-
-