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