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