Class ViewServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.ViewServiceAsync
public final class ViewServiceAsyncImpl implements ViewServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ViewServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<View>create(ViewCreateParams params, RequestOptions requestOptions)CompletableFuture<View>retrieve(ViewRetrieveParams params, RequestOptions requestOptions)CompletableFuture<View>update(ViewUpdateParams params, RequestOptions requestOptions)CompletableFuture<ViewListPageAsync>list(ViewListParams params, RequestOptions requestOptions)CompletableFuture<View>delete(ViewDeleteParams params, RequestOptions requestOptions)CompletableFuture<View>replace(ViewReplaceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ViewServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<View> create(ViewCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<View> retrieve(ViewRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<View> update(ViewUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ViewListPageAsync> list(ViewListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<View> delete(ViewDeleteParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<View> replace(ViewReplaceParams params, RequestOptions requestOptions)
-
-
-
-