Interface TopLevelService
-
- All Implemented Interfaces:
public interface TopLevelService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTopLevelService.WithRawResponseA view of TopLevelService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TopLevelService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StringhelloWorld()Default endpoint. abstract StringhelloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)StringhelloWorld(TopLevelHelloWorldParams params)StringhelloWorld(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract TopLevelService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
helloWorld
String helloWorld()
Default endpoint. Simply replies with 'Hello, World!'. Authorization is not required
-
helloWorld
abstract String helloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)
-
helloWorld
String helloWorld(TopLevelHelloWorldParams params)
-
helloWorld
String helloWorld(RequestOptions requestOptions)
-
-
-
-