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