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