Uses of Record Class
dev.sympho.bot_utils.PaginationManager.PageData
Packages that use PaginationManager.PageData
-
Uses of PaginationManager.PageData in dev.sympho.bot_utils
Methods in dev.sympho.bot_utils that return PaginationManager.PageDataModifier and TypeMethodDescriptionstatic PaginationManager.PageDataPaginationManager.PageData.of(String args, @org.checkerframework.checker.index.qual.NonNegative int index, @org.checkerframework.checker.index.qual.NonNegative int pageCount, EmbedCreateSpec content) Creates a new instance.static PaginationManager.PageDataPaginationManager.PageData.of(String args, @org.checkerframework.checker.index.qual.NonNegative int index, @org.checkerframework.checker.index.qual.NonNegative int pageCount, EmbedCreateSpec content, List<LayoutComponent> components) Creates a new instance.Methods in dev.sympho.bot_utils that return types with arguments of type PaginationManager.PageDataModifier and TypeMethodDescriptionPaginationManager.PageGenerator.generatePage(@org.checkerframework.checker.index.qual.NonNegative int index, String args) Generates a page.