Class ChannelUpdateParentEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.GenericChannelEvent
net.dv8tion.jda.api.events.channel.update.GenericChannelUpdateEvent<Category>
net.dv8tion.jda.api.events.channel.update.ChannelUpdateParentEvent
- All Implemented Interfaces:
GenericEvent, UpdateEvent<Channel,Category>
Indicates that a
Channel's parent has been updated.
Can be used to retrieve the old parent and the new one.
Limited to Categorizable Channels (and implementations).
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannelUpdateParentEvent(JDA api, long responseNumber, Channel channel, Category oldValue, Category newValue) -
Method Summary
Methods inherited from class GenericChannelUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifierMethods inherited from class GenericChannelEvent
getChannel, getChannelType, getGuild, isFromGuild, isFromTypeMethods inherited from class Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from interface GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface UpdateEvent
getEntityType
-
Field Details
-
FIELD
-
IDENTIFIER
-
-
Constructor Details
-
ChannelUpdateParentEvent
-