Interface TopLevelServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TopLevelServiceAsync.WithRawResponseA view of TopLevelServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<String>>helloWorld()Returns a raw HTTP response for get /v1, but is otherwise the same as TopLevelServiceAsync.helloWorld.abstract CompletableFuture<HttpResponseFor<String>>helloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<String>>helloWorld(TopLevelHelloWorldParams params)CompletableFuture<HttpResponseFor<String>>helloWorld(RequestOptions requestOptions)-
-
Method Detail
-
helloWorld
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> helloWorld()
Returns a raw HTTP response for
get /v1, but is otherwise the same as TopLevelServiceAsync.helloWorld.
-
helloWorld
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<String>> helloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)
-
helloWorld
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> helloWorld(TopLevelHelloWorldParams params)
-
helloWorld
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> helloWorld(RequestOptions requestOptions)
-
-
-
-