Class ApiKeyServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.workspaces.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<ApiKeyCreateResponse>create(ApiKeyCreateParams params, RequestOptions requestOptions)-
-
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.
-
create
HttpResponseFor<ApiKeyCreateResponse> create(ApiKeyCreateParams params, RequestOptions requestOptions)
-
-
-
-