PageRequestParameters

class PageRequestParameters(var page: Int = -1, var pageSize: Int = -1)

用于KookAPI中分页查询的参数。

其中的属性如果小于0则视为无效。

Constructors

Link copied to clipboard
Link copied to clipboard
fun PageRequestParameters(page: Int = -1, pageSize: Int = -1)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var page: Int
Link copied to clipboard

Extensions

Link copied to clipboard
fun PageRequestParameters.appendTo(builder: ParametersBuilder)