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