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