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