Class RoleServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.groups.RoleServiceAsync.WithRawResponse
public final class RoleServiceAsyncImpl.WithRawResponseImpl implements RoleServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RoleServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<RoleCreateResponse>>create(RoleCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RoleRetrieveResponse>>retrieve(RoleRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RoleListPageAsync>>list(RoleListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<RoleDeleteResponse>>delete(RoleDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.groups.RoleServiceAsync.WithRawResponse
create, create, create, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
RoleServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<RoleCreateResponse>> create(RoleCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<RoleRetrieveResponse>> retrieve(RoleRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<RoleListPageAsync>> list(RoleListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<RoleDeleteResponse>> delete(RoleDeleteParams params, RequestOptions requestOptions)
-
-
-
-