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