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