Interface AgentTypeService
-
- All Implemented Interfaces:
public interface AgentTypeServiceMatter-native legal workspaces and orchestration primitives
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAgentTypeService.WithRawResponseA view of AgentTypeService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AgentTypeService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AgentTypeServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Unitcreate(AgentTypeCreateParams params)Create a reusable agent role for legal matter orchestration. abstract Unitcreate(AgentTypeCreateParams params, RequestOptions requestOptions)Unitlist()List reusable agent roles for the authenticated organization. abstract Unitlist(AgentTypeListParams params, RequestOptions requestOptions)Unitlist(AgentTypeListParams params)Unitlist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AgentTypeService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AgentTypeService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Unit create(AgentTypeCreateParams params)
Create a reusable agent role for legal matter orchestration.
-
create
abstract Unit create(AgentTypeCreateParams params, RequestOptions requestOptions)
-
list
abstract Unit list(AgentTypeListParams params, RequestOptions requestOptions)
-
list
Unit list(AgentTypeListParams params)
-
list
Unit list(RequestOptions requestOptions)
-
-
-
-