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