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