Class ChannelUpdateDefaultSortOrderEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.GenericChannelEvent
net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent<IPostContainer.SortOrder>
net.dv8tion.jda.api.events.channel.update.ChannelUpdateDefaultSortOrderEvent
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Channel,
IPostContainer.SortOrder>
public class ChannelUpdateDefaultSortOrderEvent
extends GenericChannelUpdateEvent<IPostContainer.SortOrder>
Indicates that the
default sort order
of a IPostContainer
changed.
Can be used to retrieve the old default sort order and the new one.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChannelUpdateDefaultSortOrderEvent
(JDA api, long responseNumber, IPostContainer channel, IPostContainer.SortOrder oldValue) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent
getEntity, 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, getRawData, getResponseNumber, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getRawData, getResponseNumber
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
Field Details
-
FIELD
-
IDENTIFIER
-
-
Constructor Details
-
ChannelUpdateDefaultSortOrderEvent
public ChannelUpdateDefaultSortOrderEvent(@Nonnull JDA api, long responseNumber, IPostContainer channel, IPostContainer.SortOrder oldValue)
-
-
Method Details
-
getOldValue
Description copied from class:GenericChannelUpdateEvent
TheChannel's
old value of the just updated field.- Specified by:
getOldValue
in interfaceUpdateEvent<Channel,
IPostContainer.SortOrder> - Overrides:
getOldValue
in classGenericChannelUpdateEvent<IPostContainer.SortOrder>
- Returns:
- The old value of the just updated field.
-
getNewValue
Description copied from class:GenericChannelUpdateEvent
TheChannel's
new value of the just updated field.- Specified by:
getNewValue
in interfaceUpdateEvent<Channel,
IPostContainer.SortOrder> - Overrides:
getNewValue
in classGenericChannelUpdateEvent<IPostContainer.SortOrder>
- Returns:
- The new value of the just updated field.
-