TaskListOptions.withMaxResults(Integer maxResults) 方法
定义
Set the maximum number of items to return in the response. A maximum of 1000 tasks can be returned.
public TaskListOptions withMaxResults(Integer maxResults)
参数
- maxResults
- Integer
the maxResults value to set
返回
the TaskListOptions object itself.