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