public static interface SchedulingPoliciesService.ListRequest extends Request<SchedulingPoliciesService.ListRequest,SchedulingPoliciesService.ListResponse>
Modifier and Type | Method and Description |
---|---|
SchedulingPoliciesService.ListRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
SchedulingPoliciesService.ListRequest |
max(BigInteger max)
Sets the maximum number of policies to return.
|
SchedulingPoliciesService.ListRequest |
max(Integer max)
Sets the maximum number of policies to return.
|
SchedulingPoliciesService.ListRequest |
max(Long max)
Sets the maximum number of policies to return.
|
SchedulingPoliciesService.ListRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
SchedulingPoliciesService.ListRequest max(Integer max)
Sets the maximum number of policies to return. If not specified all the policies are returned.
SchedulingPoliciesService.ListRequest max(Long max)
Sets the maximum number of policies to return. If not specified all the policies are returned.
SchedulingPoliciesService.ListRequest max(BigInteger max)
Sets the maximum number of policies to return. If not specified all the policies are returned.
Copyright © 2016. All rights reserved.