Interface CategoryOrderAction

All Superinterfaces:
ChannelOrderAction, OrderAction<GuildChannel,ChannelOrderAction>, RestAction<Void>

public interface CategoryOrderAction extends ChannelOrderAction
An extension of ChannelOrderAction with similar functionality, but constrained to the bounds of a single Category.
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)!

Author:
Kaidan Gustave
See Also:
  • Method Details