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