Class AgentTypeServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.blocking.matters.v1.AgentTypeService.WithRawResponse
public final class AgentTypeServiceImpl.WithRawResponseImpl implements AgentTypeService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AgentTypeService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponsecreate(AgentTypeCreateParams params, RequestOptions requestOptions)HttpResponselist(AgentTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AgentTypeService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponse create(AgentTypeCreateParams params, RequestOptions requestOptions)
-
list
HttpResponse list(AgentTypeListParams params, RequestOptions requestOptions)
-
-
-
-