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