Interface Executable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute()Execute the request.rx.Observable<T>executeAsync()Execute the request asynchronously.com.microsoft.rest.ServiceFuture<T>executeAsync(com.microsoft.rest.ServiceCallback<T> callback)Execute the request asynchronously.
-