Interface ChannelOrderAction

All Superinterfaces:
OrderAction<GuildChannel,ChannelOrderAction>, RestAction<Void>
All Known Subinterfaces:
CategoryOrderAction

public interface ChannelOrderAction extends OrderAction<GuildChannel,ChannelOrderAction>
Implementation of OrderAction to modify the order of Channels for a Guild.
To apply the changes you must finish the RestAction.

Before you can use any of the move methods you must use either selectPosition(GuildChannel) or OrderAction.selectPosition(int)!

Since:
3.0
See Also: