Class NetworkRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-23T10:26:45.594287+01:00[Europe/Madrid]") public class NetworkRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NetworkRoutesApi(NetworkRoutesApi delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkRoutesApigetDelegate()voidgetNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)Get the current network type of the chain Returns the current network type.static NetworkRoutesApinewInstance(NetworkRoutesApi arg)rx.Single<NetworkTypeDTO>rxGetNetworkType()Get the current network type of the chain Returns the current network type.
-
-
-
Constructor Detail
-
NetworkRoutesApi
public NetworkRoutesApi(NetworkRoutesApi delegate)
-
-
Method Detail
-
getDelegate
public NetworkRoutesApi getDelegate()
-
getNetworkType
public void getNetworkType(io.vertx.core.Handler<io.vertx.core.AsyncResult<NetworkTypeDTO>> resultHandler)
Get the current network type of the chain Returns the current network type.- Parameters:
resultHandler- Asynchronous result handler
-
rxGetNetworkType
public rx.Single<NetworkTypeDTO> rxGetNetworkType()
Get the current network type of the chain Returns the current network type.- Returns:
- Asynchronous result handler (RxJava Single)
-
newInstance
public static NetworkRoutesApi newInstance(NetworkRoutesApi arg)
-
-