Class ChannelUpdateAutoArchiveDurationEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.GenericChannelEvent
-
- net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent<ThreadChannel.AutoArchiveDuration>
-
- net.dv8tion.jda.api.events.channel.update.ChannelUpdateAutoArchiveDurationEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Channel,ThreadChannel.AutoArchiveDuration>
public class ChannelUpdateAutoArchiveDurationEvent extends GenericChannelUpdateEvent<ThreadChannel.AutoArchiveDuration>
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelField
FIELD
-
Constructor Summary
Constructors Constructor Description ChannelUpdateAutoArchiveDurationEvent(JDA api, long responseNumber, Channel channel, ThreadChannel.AutoArchiveDuration oldValue, ThreadChannel.AutoArchiveDuration newValue)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier
-
Methods inherited from class net.dv8tion.jda.api.events.channel.GenericChannelEvent
getChannel, getChannelType, getGuild, isFromGuild, isFromType
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
FIELD
public static final ChannelField FIELD
-
-
Constructor Detail
-
ChannelUpdateAutoArchiveDurationEvent
public ChannelUpdateAutoArchiveDurationEvent(@Nonnull JDA api, long responseNumber, Channel channel, ThreadChannel.AutoArchiveDuration oldValue, ThreadChannel.AutoArchiveDuration newValue)
-
-