Class ApiKeyServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.workspaces.ApiKeyService
public final class ApiKeyServiceImpl implements ApiKeyService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classApiKeyServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ApiKeyService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ApiKeyServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ApiKeyCreateResponsecreate(ApiKeyCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ApiKeyService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ApiKeyService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
ApiKeyCreateResponse create(ApiKeyCreateParams params, RequestOptions requestOptions)
-
-
-
-