public static interface QosService.UpdateRequest extends Request<QosService.UpdateRequest,QosService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
QosService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
QosService.UpdateRequest |
qos(Qos qos) |
QosService.UpdateRequest |
qos(QosBuilder qos) |
QosService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
QosService.UpdateRequest qos(Qos qos)
QosService.UpdateRequest qos(QosBuilder qos)
Copyright © 2016. All rights reserved.