Uses of Class
com.buttercms.model.PaginationMeta
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of PaginationMeta in com.buttercms.model
Methods in com.buttercms.model that return PaginationMeta Modifier and Type Method Description PaginationMetaCollectionResponse. getMeta()PaginationMetaPagesResponse. getMeta()PaginationMetaPostsResponse. getMeta()PaginationMetaPaginationMeta. setCount(int count)PaginationMetaPaginationMeta. setNextPage(int nextPage)PaginationMetaPaginationMeta. setPreviousPage(int previousPage)Methods in com.buttercms.model with parameters of type PaginationMeta Modifier and Type Method Description voidCollectionResponse. setMeta(PaginationMeta meta)PagesResponsePagesResponse. setMeta(PaginationMeta meta)PostsResponsePostsResponse. setMeta(PaginationMeta meta)