Class ApiKeyServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.ApiKeyService.WithRawResponse
public final class ApiKeyServiceImpl.WithRawResponseImpl implements ApiKeyService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ApiKeyService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ProjectApiKey>retrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<ApiKeyListPage>list(ApiKeyListParams params, RequestOptions requestOptions)HttpResponseFor<ApiKeyDeleteResponse>delete(ApiKeyDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.ApiKeyService.WithRawResponse
delete, delete, delete, list, list, 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
ApiKeyService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponseFor<ProjectApiKey> retrieve(ApiKeyRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<ApiKeyListPage> list(ApiKeyListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<ApiKeyDeleteResponse> delete(ApiKeyDeleteParams params, RequestOptions requestOptions)
-
-
-
-