Class AgentTypeServiceAsyncImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.matters.v1.AgentTypeServiceAsync
public final class AgentTypeServiceAsyncImpl implements AgentTypeServiceAsync
Matter-native legal workspaces and orchestration primitives
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAgentTypeServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AgentTypeServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AgentTypeServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>create(AgentTypeCreateParams params, RequestOptions requestOptions)CompletableFuture<Void>list(AgentTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AgentTypeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AgentTypeServiceAsync 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<Void> create(AgentTypeCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<Void> list(AgentTypeListParams params, RequestOptions requestOptions)
-
-
-
-