Class ItemServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.tenants.preferences.ItemServiceAsync.WithRawResponse
public final class ItemServiceAsyncImpl.WithRawResponseImpl implements ItemServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ItemServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>update(ItemUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ItemDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
ItemServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
CompletableFuture<HttpResponse> update(ItemUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ItemDeleteParams params, RequestOptions requestOptions)
-
-
-
-