Interface AgentTypeServiceAsync
-
- All Implemented Interfaces:
public interface AgentTypeServiceAsyncMatter-native legal workspaces and orchestration primitives
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAgentTypeServiceAsync.WithRawResponseA view of AgentTypeServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AgentTypeServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AgentTypeServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>create(AgentTypeCreateParams params)Create a reusable agent role for legal matter orchestration. abstract CompletableFuture<Void>create(AgentTypeCreateParams params, RequestOptions requestOptions)CompletableFuture<Void>list()List reusable agent roles for the authenticated organization. abstract CompletableFuture<Void>list(AgentTypeListParams params, RequestOptions requestOptions)CompletableFuture<Void>list(AgentTypeListParams params)CompletableFuture<Void>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AgentTypeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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)
Create a reusable agent role for legal matter orchestration.
-
create
abstract CompletableFuture<Void> create(AgentTypeCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<Void> list()
List reusable agent roles for the authenticated organization.
-
list
abstract CompletableFuture<Void> list(AgentTypeListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<Void> list(AgentTypeListParams params)
-
list
CompletableFuture<Void> list(RequestOptions requestOptions)
-
-
-
-