Class ServerForumChannelUpdater

    • Constructor Detail

      • ServerForumChannelUpdater

        public ServerForumChannelUpdater​(ServerForumChannel channel)
        Creates a new server forum channel updater.
        Parameters:
        channel - The channel to update.
    • Method Detail

      • setCategory

        public ServerForumChannelUpdater setCategory​(ChannelCategory category)
        Queues the category to be updated.
        Parameters:
        category - The new category of the channel.
        Returns:
        The current instance in order to chain call methods.
      • removeCategory

        public ServerForumChannelUpdater removeCategory()
        Queues the category to be removed.
        Returns:
        The current instance in order to chain call methods.