Class ItemServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.tenants.tenantdefaultpreferences.ItemServiceAsync
public final class ItemServiceAsyncImpl implements ItemServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classItemServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ItemServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ItemServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>update(ItemUpdateParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(ItemDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ItemServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ItemServiceAsync 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<Void> update(ItemUpdateParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(ItemDeleteParams params, RequestOptions requestOptions)
-
-
-
-