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