public static interface JobsService.ListRequest extends Request<JobsService.ListRequest,JobsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
JobsService.ListRequest |
max(BigInteger max)
Sets the maximum number of jobs to return.
|
JobsService.ListRequest |
max(Integer max)
Sets the maximum number of jobs to return.
|
JobsService.ListRequest |
max(Long max)
Sets the maximum number of jobs to return.
|
JobsService.ListRequest max(Integer max)
Sets the maximum number of jobs to return. If not specified all the jobs are returned.
JobsService.ListRequest max(Long max)
Sets the maximum number of jobs to return. If not specified all the jobs are returned.
JobsService.ListRequest max(BigInteger max)
Sets the maximum number of jobs to return. If not specified all the jobs are returned.
Copyright © 2016. All rights reserved.