PageSizeInterceptor(int pageSize) 构造函数
定义
Initializes a new PageSizeInterceptor for setting maximum page size of a request.
public PageSizeInterceptor(int pageSize)
参数
- pageSize
- int
The maximum number of items to return in a response.