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