Class TopLevelServiceImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.blocking.TopLevelService
public final class TopLevelServiceImpl implements TopLevelService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTopLevelServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TopLevelService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StringhelloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TopLevelService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
helloWorld
String helloWorld(TopLevelHelloWorldParams params, RequestOptions requestOptions)
-
-
-
-