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