Class AgentTypeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.matters.v1.AgentTypeServiceAsync.WithRawResponse
public final class AgentTypeServiceAsyncImpl.WithRawResponseImpl implements AgentTypeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AgentTypeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>create(AgentTypeCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>list(AgentTypeListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AgentTypeServiceAsync.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
CompletableFuture<HttpResponse> create(AgentTypeCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponse> list(AgentTypeListParams params, RequestOptions requestOptions)
-
-
-
-