public interface AdminNetworkAsyncApi extends NetworkAsyncApi
AdminNetworkApi| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(String networkUrn,
OrgNetwork network) |
com.google.common.util.concurrent.ListenableFuture<Task> |
edit(URI networkAdminHref,
OrgNetwork network) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
get(URI networkAdminHref) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<Task> |
reset(URI networkAdminHref) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> get(String networkUrn)
get in interface NetworkAsyncApiAdminNetworkApi.get(String)com.google.common.util.concurrent.ListenableFuture<? extends Network> get(URI networkAdminHref)
get in interface NetworkAsyncApiAdminNetworkApi.get(URI)com.google.common.util.concurrent.ListenableFuture<Task> edit(String networkUrn, OrgNetwork network)
com.google.common.util.concurrent.ListenableFuture<Task> edit(URI networkAdminHref, OrgNetwork network)
com.google.common.util.concurrent.ListenableFuture<Task> reset(String networkUrn)
AdminNetworkApi.reset(String)com.google.common.util.concurrent.ListenableFuture<Task> reset(URI networkAdminHref)
AdminNetworkApi.reset(URI)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.