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