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