Class CategoryOrderActionImpl

All Implemented Interfaces:
RestAction<Void>, CategoryOrderAction, ChannelOrderAction, OrderAction<GuildChannel,ChannelOrderAction>

public class CategoryOrderActionImpl extends ChannelOrderActionImpl implements CategoryOrderAction
  • Constructor Details

    • CategoryOrderActionImpl

      public CategoryOrderActionImpl(Category category, int bucket)
      Creates a new CategoryOrderAction for the specified Category
      Parameters:
      category - The target Category which the new CategoryOrderAction will order channels from.
      bucket - The sorting bucket
  • Method Details