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