public static interface WeightsService.ListRequest extends Request<WeightsService.ListRequest,WeightsService.ListResponse>
Modifier and Type | Method and Description |
---|---|
WeightsService.ListRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
WeightsService.ListRequest |
max(BigInteger max)
Sets the maximum number of weights to return.
|
WeightsService.ListRequest |
max(Integer max)
Sets the maximum number of weights to return.
|
WeightsService.ListRequest |
max(Long max)
Sets the maximum number of weights to return.
|
WeightsService.ListRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
WeightsService.ListRequest max(Integer max)
Sets the maximum number of weights to return. If not specified all the weights are returned.
WeightsService.ListRequest max(Long max)
Sets the maximum number of weights to return. If not specified all the weights are returned.
WeightsService.ListRequest max(BigInteger max)
Sets the maximum number of weights to return. If not specified all the weights are returned.
Copyright © 2016. All rights reserved.