Class TypeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
dev.case.api.services.async.matters.v1.TypeServiceAsync.WithRawResponse
public final class TypeServiceAsyncImpl.WithRawResponseImpl implements TypeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TypeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>create(TypeCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>retrieve(TypeRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>update(TypeUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>list(TypeListParams params, RequestOptions requestOptions)-
Methods inherited from class dev.case.api.services.async.matters.v1.TypeServiceAsync.WithRawResponse
create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
TypeServiceAsync.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(TypeCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponse> retrieve(TypeRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponse> update(TypeUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponse> list(TypeListParams params, RequestOptions requestOptions)
-
-
-
-