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