Class RoleServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.RoleServiceAsync
public final class RoleServiceAsyncImpl implements RoleServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoleServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RoleServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<Role>create(RoleCreateParams params, RequestOptions requestOptions)CompletableFuture<Role>retrieve(RoleRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Role>update(RoleUpdateParams params, RequestOptions requestOptions)CompletableFuture<RoleListPageAsync>list(RoleListParams params, RequestOptions requestOptions)CompletableFuture<Role>delete(RoleDeleteParams params, RequestOptions requestOptions)CompletableFuture<Role>replace(RoleReplaceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
RoleServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<Role> create(RoleCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Role> retrieve(RoleRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Role> update(RoleUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<RoleListPageAsync> list(RoleListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Role> delete(RoleDeleteParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<Role> replace(RoleReplaceParams params, RequestOptions requestOptions)
-
-
-
-