Class WorkspaceServiceImpl
-
- All Implemented Interfaces:
-
com.openlayer.api.services.blocking.WorkspaceService
public final class WorkspaceServiceImpl implements WorkspaceService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWorkspaceServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description WorkspaceService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. WorkspaceServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InviteServiceinvites()ApiKeyServiceapiKeys()WorkspaceRetrieveResponseretrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)WorkspaceUpdateResponseupdate(WorkspaceUpdateParams params, RequestOptions requestOptions)-
Methods inherited from class com.openlayer.api.services.blocking.WorkspaceService
retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
WorkspaceService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
WorkspaceService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invites
InviteService invites()
-
apiKeys
ApiKeyService apiKeys()
-
retrieve
WorkspaceRetrieveResponse retrieve(WorkspaceRetrieveParams params, RequestOptions requestOptions)
-
update
WorkspaceUpdateResponse update(WorkspaceUpdateParams params, RequestOptions requestOptions)
-
-
-
-